{% extends "base.html" %} {% block title %}Upravit příspěvky{% endblock %} {% block content %}

Upravit příspěvky


{% for post in posts %}
Příspěvek #{{ post.id }} na /{{ post.board }}/

{% endfor %}
{% endblock %}