annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
a5f397e25cb7 Add ability to render the markdown inside a template
Jonatan Werpers <jonatan@werpers.com>
parents:
diff changeset
1 <html>
7
a5aa39557726 Add parsing of YAML frontmatter
Jonatan Werpers <jonatan@werpers.com>
parents: 6
diff changeset
2 <head>
a5aa39557726 Add parsing of YAML frontmatter
Jonatan Werpers <jonatan@werpers.com>
parents: 6
diff changeset
3 <title>{{title}}</title>
a5aa39557726 Add parsing of YAML frontmatter
Jonatan Werpers <jonatan@werpers.com>
parents: 6
diff changeset
4 </head>
6
a5f397e25cb7 Add ability to render the markdown inside a template
Jonatan Werpers <jonatan@werpers.com>
parents:
diff changeset
5 <body>
a5f397e25cb7 Add ability to render the markdown inside a template
Jonatan Werpers <jonatan@werpers.com>
parents:
diff changeset
6 {{{content}}}
a5f397e25cb7 Add ability to render the markdown inside a template
Jonatan Werpers <jonatan@werpers.com>
parents:
diff changeset
7 </body>
a5f397e25cb7 Add ability to render the markdown inside a template
Jonatan Werpers <jonatan@werpers.com>
parents:
diff changeset
8 </html>