14 lines
308 B
HTML
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> |