{% extends "layout.html" %} {% block content %}
{% if next-image %} {% else %} {% endif %} Nächstes Bild {% if prev-image %} {% else %} {% endif %} Vorheriges Bild

{{ image.title }}


{{ image.created_at|parse-date|date:"dd-MM-yyyy HH:mm" }}


{% for tag in tags %} {{ tag.tagname }} {% endfor %}
{{ image.title }}
{% if image.description|length > 0 %}

{{ image.description|markdown-to-html|safe }}

{% endif %} {% endblock %}