Mercurial > repos > public > wdown
annotate test.tmpl @ 6:a5f397e25cb7
Add ability to render the markdown inside a template
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 16 Jun 2020 22:10:31 +0200 |
parents | |
children | a5aa39557726 |
rev | line source |
---|---|
6
a5f397e25cb7
Add ability to render the markdown inside a template
Jonatan Werpers <jonatan@werpers.com>
parents:
diff
changeset
|
1 <html> |
a5f397e25cb7
Add ability to render the markdown inside a template
Jonatan Werpers <jonatan@werpers.com>
parents:
diff
changeset
|
2 <body> |
a5f397e25cb7
Add ability to render the markdown inside a template
Jonatan Werpers <jonatan@werpers.com>
parents:
diff
changeset
|
3 {{{content}}} |
a5f397e25cb7
Add ability to render the markdown inside a template
Jonatan Werpers <jonatan@werpers.com>
parents:
diff
changeset
|
4 </body> |
a5f397e25cb7
Add ability to render the markdown inside a template
Jonatan Werpers <jonatan@werpers.com>
parents:
diff
changeset
|
5 </html> |