css in assets

This commit is contained in:
Sebastian Frank
2019-02-13 12:21:20 +01:00
parent 9f9f6241b2
commit 39769a89c0
6 changed files with 49 additions and 19 deletions

View File

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