{% extends "base.html" %} {% block title %} {{ article.title }} - {{ SITENAME }} {% endblock %} {% block metadesc %} {% if article.summary %} {{ article.summary|e }} {% else %} An Article in {{ SITETAG }}: {{ article.title }}{% endif %} {% endblock %} {% block content_header %}

{{ article.title }}

{% endblock content_header %} {% block content_body %}
{% if article.featured_image is defined %} {% endif %} {% if article.klappentext is defined %}

Klappentext

{{ article.klappentext }}

{% endif %} {% if article.content | length is not eq(0) %}
{{ article.content }}
{% endif %}

Details


{% endblock content_body %}