diff --git a/templates/content_item.html b/templates/content_item.html index df7c7e3..97123a8 100644 --- a/templates/content_item.html +++ b/templates/content_item.html @@ -14,9 +14,9 @@

{{ content_item.title }}

{% endif %}
{{ content_item.html | safe }}
-
+
{% for category in content_item.categories %} - {{ category }} + {{ category }} {% endfor %}
← Back diff --git a/templates/default.html b/templates/default.html index 1585d80..8fd2c92 100644 --- a/templates/default.html +++ b/templates/default.html @@ -5,9 +5,14 @@ {% set base = "" %} - + {{ page_title }}