{% extends "base.html" %} {% block title %}Home{% endblock %} {% block breadcrumbs %} {% endblock %} {% block body %}

{{ site.get_description() }}

Data

{% for type_id, type in site.get_types().items() %} {% endfor %}
id  
{{ type_id }}
{% if site.get_calendars() %}

Calendars

{% for calendar_id, calendar in site.get_calendars().items() %} {% endfor %}
id  
{{ calendar_id }}
{% endif %}

{% endblock %}