2019-02-12 12:52:46 +01:00
|
|
|
<html>
|
|
|
|
<meta>
|
|
|
|
<title>{{ Meta.Title }}</title>
|
2019-02-12 13:05:26 +01:00
|
|
|
<meta name="description" content="{{ Meta.Description }}" />
|
|
|
|
<meta name="keywords" content="{{ Meta.Keywords }}" />
|
2019-02-12 12:52:46 +01:00
|
|
|
</meta>
|
|
|
|
<body>
|
|
|
|
{{{ Body }}}
|
2019-02-12 13:05:26 +01:00
|
|
|
<pre>
|
|
|
|
|
|
|
|
{{{ Data }}}
|
|
|
|
</pre>
|
2019-02-12 12:52:46 +01:00
|
|
|
</body>
|
|
|
|
</html>
|