mark2web/example/templates/index.html

8 lines
121 B
HTML
Raw Normal View History

2019-02-12 12:52:46 +01:00
<html>
<meta>
<title>{{ Meta.Title }}</title>
</meta>
<body>
{{{ Body }}}
</body>
</html>