copy other files

This commit is contained in:
Sebastian Frank
2019-02-12 20:04:07 +01:00
parent 7d408f5b7e
commit 8317aee801
5 changed files with 50 additions and 26 deletions

View File

@@ -4,11 +4,13 @@
{{> header.html }}
<div style="padding: 20px;">
{{#if Data.bild }}
<img src="{{ Data.bild }}" style="float: right; margin-left: 20px; margin-bottom: 20px">
{{/if}}
{{{ Body }}}
<pre>
Daten: {{ Data.von }} - {{ Data.bis }} / {{ Data.bild }}
</pre>
</div>
{{> footer.html }}