played with content

This commit is contained in:
Sebastian Frank
2019-02-12 20:41:31 +01:00
parent a2323f7f8a
commit b33cf41acc
5 changed files with 22 additions and 18 deletions

View File

@@ -3,13 +3,14 @@
<body style="margin: 0; padding: 2;">
{{> header.html }}
<div style="padding: 20px;">
<div style="padding: 20px; background-color: white;">
{{#if Data.bild }}
<img src="{{ Data.bild }}" style="float: right; margin-left: 20px; margin-bottom: 20px">
{{/if}}
{{{ Body }}}
<div style="clear: both;"></div>
</div>