16 lines
333 B
HTML
16 lines
333 B
HTML
<html>
|
|
{{> meta.html }}
|
|
<body style="margin: 0; padding: 2;">
|
|
{{> header.html }}
|
|
|
|
<div style="padding: 20px;">
|
|
{{{ Body }}}
|
|
|
|
<pre>
|
|
Daten: {{ Data.von }} - {{ Data.bis }} / {{ Data.bild }}
|
|
</pre>
|
|
</div>
|
|
|
|
{{> footer.html }}
|
|
</body>
|
|
</html> |