Mercurial > repos > public > wdown
annotate test.tmpl @ 9:0a3841171c8f
Add charset tag to html template
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 17 Jun 2020 22:12:32 +0200 |
parents | a5aa39557726 |
children | 1ffe6e4f933c |
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> |
9
0a3841171c8f
Add charset tag to html template
Jonatan Werpers <jonatan@werpers.com>
parents:
7
diff
changeset
|
4 <meta charset="UTF-8"> |
7
a5aa39557726
Add parsing of YAML frontmatter
Jonatan Werpers <jonatan@werpers.com>
parents:
6
diff
changeset
|
5 </head> |
6
a5f397e25cb7
Add ability to render the markdown inside a template
Jonatan Werpers <jonatan@werpers.com>
parents:
diff
changeset
|
6 <body> |
a5f397e25cb7
Add ability to render the markdown inside a template
Jonatan Werpers <jonatan@werpers.com>
parents:
diff
changeset
|
7 {{{content}}} |
a5f397e25cb7
Add ability to render the markdown inside a template
Jonatan Werpers <jonatan@werpers.com>
parents:
diff
changeset
|
8 </body> |
a5f397e25cb7
Add ability to render the markdown inside a template
Jonatan Werpers <jonatan@werpers.com>
parents:
diff
changeset
|
9 </html> |