data in header

This commit is contained in:
Sebastian Frank
2019-02-12 13:05:26 +01:00
parent 35561aa97f
commit 849e8a945e
3 changed files with 14 additions and 13 deletions

View File

@@ -1,8 +1,14 @@
<html>
<meta>
<title>{{ Meta.Title }}</title>
<meta name="description" content="{{ Meta.Description }}" />
<meta name="keywords" content="{{ Meta.Keywords }}" />
</meta>
<body>
{{{ Body }}}
<pre>
{{{ Data }}}
</pre>
</body>
</html>