mark2web/example/templates/index.html
2019-02-12 13:05:26 +01:00

14 lines
308 B
HTML

<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>