diff 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 diff
--- a/test.tmpl	Tue Jun 16 22:10:31 2020 +0200
+++ b/test.tmpl	Wed Jun 17 12:23:56 2020 +0200
@@ -1,4 +1,7 @@
 <html>
+<head>
+    <title>{{title}}</title>
+</head>
 <body>
 {{{content}}}
 </body>