mark2web/example/templates/mitBild.html
Sebastian Frank 39769a89c0
css in assets
2019-02-13 12:21:20 +01:00

18 lines
292 B
HTML

<html>
{{> meta.html }}
<body>
{{> header.html }}
<div id="content">
{{#if Data.bild }}
<img src="{{ Data.bild }}" id="dataImg">
{{/if}}
{{{ Body }}}
</div>
{{> footer.html }}
</body>
</html>