Program koalice Piráti a Starostové
export z webu
piratiastarostove.cz
z {{ now }}
obsah:
{% for item in toc %}
{{ item.title }}
{% for sub in item.sub_toc %}
{{ sub.title }}
{% endfor %}
{% endfor %}
{% for item in body %}
Resort: {{ item.title }}
{% for point in item.points %} {{ point|safe }} {% endfor %} {% endfor %}