comparison 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
comparison
equal deleted inserted replaced
6:a5f397e25cb7 7:a5aa39557726
1 <html> 1 <html>
2 <head>
3 <title>{{title}}</title>
4 </head>
2 <body> 5 <body>
3 {{{content}}} 6 {{{content}}}
4 </body> 7 </body>
5 </html> 8 </html>