mark2web/example/templates/index.html
Sebastian Frank 35561aa97f
fixed yaml
2019-02-12 12:52:46 +01:00

8 lines
121 B
HTML

<html>
<meta>
<title>{{ Meta.Title }}</title>
</meta>
<body>
{{{ Body }}}
</body>
</html>