{% extends 'base.html' %} {% block twittercard %}summary{% endblock %} {% block title %}{{ category.name }}{% endblock %} {% block description %}{{ category.description }}{% endblock %} {% block longdescription %}{{ category.formatted_content|striptags|truncatechars:500 }}{% endblock %} {% block content %}
{% if request.user.is_staff %} {% endif %}

{{ category.description }}


{{ category.formatted_content|safe }}


{% include 'ads.html' %}
{% for article in category.get_articles %}

{% include 'article_thumb.html' with article=article only %}
{% endfor %}
{% endblock %}