refactored code
All checks were successful
the build was successful

This commit is contained in:
Sebastian Frank
2019-02-15 14:08:37 +01:00
parent 7dbaa95a90
commit 6e4a680237
2 changed files with 17 additions and 28 deletions

View File

@@ -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>