{% extends "base.html" %} {% load i18n comments%} {% block extra_head %} {% endblock %} {% block maincontent %}

{{title}}

{{content}}

{% for article in recent_article_list %}{% get_comment_count for article as comment_count %}

{{article.headline}}

{{article.category}}: {{article.content|truncatewords_html:50}}
{% endfor %}
{% endblock %} {% if perms.content.add_article %}{% block addidional_buttonbar %} {% trans "Add Article" %} {% endblock %}{% endif %}