{# re-build current search query and override given options #} {% macro query(search, sort) %}?filter={{ search if search is defined else request.args.get("filter") or "" }}&sort={{ sort if sort is defined else request.args.get("sort") or "" }}{% endmacro %} {{ title }}
{% with msgs = get_flashed_messages() %} {% if msgs %}
{% for msg in msgs %}

{{ msg }}

{% endfor %}
{% endif %} {% endwith %} {# /flashes #} {% if tags or featured %}
{% if tags %} {% for tag in tags %}
{{ tag }} close
{% endfor %} {% endif %} {# /tags #} {% if featured %}

Empfohlen: {% for tag in featured %} #{{ tag }} {% endfor %}

{% endif %} {# /featured #}
{% endif %} {# /tags-featured #} {% if jokes|length > 0 %} {% else %}

Nichts gefunden.

{% endif %} {% if jokes|length > perpage %}
{% endif %}