diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test.tmpl	Tue Jun 16 22:10:31 2020 +0200
@@ -0,0 +1,5 @@
+<html>
+<body>
+{{{content}}}
+</body>
+</html>