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

{{ title }}

{{ description }}

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

{{ post.title }}

{% if post.text %}

{{ post.text | safe }}

{% endif %} {% if post.path %}

🗂 File: {{ post.path }}

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