view test.tmpl @ 7:a5aa39557726

Add parsing of YAML frontmatter
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 17 Jun 2020 12:23:56 +0200
parents a5f397e25cb7
children 4a25b534c81c 0a3841171c8f
line wrap: on
line source

<html>
<head>
    <title>{{title}}</title>
</head>
<body>
{{{content}}}
</body>
</html>