diff --git a/example/templates/index.html b/example/templates/index.html index 85aded1..ce536da 100644 --- a/example/templates/index.html +++ b/example/templates/index.html @@ -3,7 +3,7 @@ {{> header.html }} -
+
{{{ Body }}}
diff --git a/example/templates/mitBild.html b/example/templates/mitBild.html index d123c96..efd85a5 100644 --- a/example/templates/mitBild.html +++ b/example/templates/mitBild.html @@ -3,13 +3,14 @@ {{> header.html }} -
+
{{#if Data.bild }} {{/if}} {{{ Body }}} +
diff --git a/example/templates/partials/footer.html b/example/templates/partials/footer.html index bf137af..7bdcaf0 100644 --- a/example/templates/partials/footer.html +++ b/example/templates/partials/footer.html @@ -1,4 +1,4 @@ -