@@ -1,22 +0,0 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user