mark2web/example/templates/mitBild.html
2019-02-13 19:14:23 +01:00

22 lines
419 B
HTML

<html>
{{> meta.html }}
<body>
{{> header.html }}
<div id="content">
{{#if Data.bild }}
<img src="{{ Data.bild }}" id="dataImg">
{{/if}}
{{{ BodyParts.[0] }}}
{{#if BodyParts.[1] }}
<div class="info">{{{ BodyParts.[1] }}}</div>
{{/if}}
</div>
{{> footer.html }}
</body>
</html>