Ryml

A brand new and very nice module

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.