{% extends "base.html" %} {% load i18n comments thumbnail %} {% block title %}{% trans 'traditional Asian game culture' %}{% endblock %} {% block teaser %}

{{title}}

{{content}}
{% endblock %} {% block maincontent %}
{% 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 %} {% block additional_buttonbar %}{% if perms.content.add_article %} {% trans "Add Article" %} {% endif %}{% endblock %}