{{ article.title @@ -16,8 +16,9 @@ By {{ article.author }} {% endif %} -
In {{ article.category }}. +
In {{ article.category }}.
{% include 'taglist.html' %}
+ {% include 'translations.html' %}
{{ article.content }}
diff --git a/notmyidea-cms/templates/index.html b/notmyidea-cms/templates/index.html
index d82224992..1425b5efd 100644
--- a/notmyidea-cms/templates/index.html
+++ b/notmyidea-cms/templates/index.html
@@ -1,13 +1,13 @@
{% extends "base.html" %}
{% block content_title %}{% endblock %}
-{% block content %}
+{% block content %}
{% if articles %}
-{% for article in articles %}
+{% for article in articles %}
{% if loop.index == 1 %}