{#

{{ article.title|striptags }}

Posted in {{ article.category }}

permalink

{{ article.summary }}
{% if article.summary != article.content %}

{% endif %}

Tags:    {% if article.tags %} {% for tag in article.tags %} {{ tag }}    {% endfor %} {% endif %}

#}