diff --git a/content/u/products/sample-product/contents.lr b/content/u/products/sample-product/contents.lr index 1cca46b..8a41475 100644 --- a/content/u/products/sample-product/contents.lr +++ b/content/u/products/sample-product/contents.lr @@ -46,3 +46,6 @@ offer3_text: The text for the third offer --- offer3_link: https://ungleich.ch --- +description: +The real field [Nico](https://www.nico.schottelius.org) wants to use! +--- diff --git a/templates/product.html b/templates/product.html index 3706dff..3add56e 100644 --- a/templates/product.html +++ b/templates/product.html @@ -3,6 +3,15 @@ {% block subtitle %}{{ this.subtitle }}{% endblock %} {% block content %} +{% if this.description %} +
+
+
+ {{ this.description }} +
+
+
+{% endif %}
@@ -19,7 +28,6 @@
-
@@ -32,7 +40,6 @@
-