{% extends "base.html" %} {% block topbar %}

{{ title }}

{{ description }}

{% endblock %} {% block content %}
{% for post in posts %}
{% if post.photo %} {% endif %}

{{ post.title }}

{{ post.date }}

{% if post.text %}

{{ post.text }}

{% endif %}
{% endfor %}
{% endblock %}