{# link categories and tags to a filter on the main index view #}

{{content.title}}

{{content.body|safe}}
{% if content.state == "private" %}private{%endif%} Last updated {{content.modified}} {% with categories=content.categories.all %} {% if categories %} | filed under {% for cat in categories %} {{cat}}{% if not forloop.last %},{% endif %} {% endfor %} {% endif %} {% endwith %} {% with tags=content.tags.all %} {% if tags %} | {% for tag in tags %} {{tag}} {% endfor %} {% endif %} {% endwith %}