{% extends "base.html" %} {% block title %}Flux Bildarchiv{% endblock %} {% block content %}

{% for log in logs %}
Generiertes Bild
{% endfor %}
{% if page > 1 %} Vorherige Seite {% endif %} {% if logs|length == items_per_page %} Nächste Seite {% endif %}
{% endblock %}