README

RYML:

An easier templating system for Raku with basic type/tag safety. Example:

use Ryml::Components;

sub page($name) {
  html[
    head[],
    body[
      h1[ 'j&k<>' ],
      p[ "<just kidding>, {$name}" ],
      a[ 'test' ]:href<escape\>\>\>>,
      span[ 'aĀ¢Ā£Ā§Ā©Ā«Ā»Ā®Ā°Ā±Ā¶Ā·Ā½ā€“ā€”ā€˜ā€™ā€šā€œā€ā€žā€ ā€”ā€¢ā€¦ā€²ā€³ā‚¬ā„¢ā‰ˆā‰ ā‰¤ā‰„<>b' ],
    ],
  ].render;
}

# page('xyz') will render a complete html page

Ryml v0.0.1

A brand new and very nice module

Authors

    License

    Dependencies

    Test Dependencies

    Provides

    • RyEl
    • Ryml
    • Ryml::Components

    The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.