{% extends 'ict/base.html' %} {% load staticfiles %} {% block data_style %} header_menu_element_dark {% endblock %} {% block content %}
{% block visual %}
{{num_posts}} results found for {{ printedCategory }}
{% for post in posts %}

{{ post.author_post }}

- {{ post.date_post }}

Category

: {{ post.mainTopic_post }}
{% endfor %}
{% endblock %}
{% endblock %}