{{ article.title }}
{% autoescape false %} {{ _('Posted on %(when)s in %(category)s', when=article.locale_date, category='%s' % (SITEURL, article.category.url, article.category)) }} {% endautoescape %}
{% if article.tags %} {% for tag in article.tags %} {{ tag }} {% endfor %} {% endif %}