css in assets
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user