{{ article.title }}
{{ article.summary }}
{{ article.createdAt | date("dd.MM.yyyy") }} by {{ article.createdBy }}
+ + + {% if article.custom.containsKey("customtext") %} + {{ article.custom.customtext }} + {% endif %}
diff --git a/example_workdir/template/index_template.html b/example_workdir/template/index_template.html
index dfa3c29..0d64d42 100644
--- a/example_workdir/template/index_template.html
+++ b/example_workdir/template/index_template.html
@@ -8,7 +8,7 @@
-
diff --git a/example_workdir/template/static/style.css b/example_workdir/template/static/style.css
index e0f5dcb..5e12410 100644
--- a/example_workdir/template/static/style.css
+++ b/example_workdir/template/static/style.css
@@ -8,7 +8,7 @@ article {
}
article > header {
- padding: 10px;
+ padding: 5px 20px;
background: white;
color: black;
}
\ No newline at end of file