{# -*-jinja2-*- #} {% extends "layout.html" %} {% block content %}

Suche

{% if query %} Ergebnisse für: {{query}} {% for post in results %}
{% if post["image"]%}
{% endif %}

{{post["title"]}}

{{post["highlights"] | safe}}

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