{% extends "district/base.html" %} {% load static wagtailcore_tags wagtailimages_tags %} {% block subheader %} {% image page.image fill-1920x500-c75 jpegquality-80 as bg_img %}
{% comment %} Page index for screens up to md {% endcomment %} {% if page.index %}
{{ page.index }}
{% endif %}

{{ page.get_parent.title }}

{{ page.title }}

{% endblock %} {% block container_spacing %}py-8 lg:pb-16{% endblock %} {% block content %}

{{ page.perex }}

{% for block in page.content %} {% include_block block with block_id=block.id %} {% endfor %} {% if parts|length > 1 %}
{% if page.parts_section_title %}

{{ page.parts_section_title }}

{% endif %}
{% for part in parts %} {% if part.title and part.description %}

{{ part.title }}

{{ part.description }}

{% endif %} {% endfor %}
{% endif %}
{% comment %} Page index for screens bigger than md {% endcomment %} {% if page.index %} {% endif %}

Za tohle ručí


Zobrazit celou mapu

{% for category, features in features_by_category %}

{{ category.name }} ({{ features|length }})

{% endfor %}
Sdílení je aktem lásky
{% endblock %} {% block scripts %}