{% block extra_header %}{% endblock %}
{{title }}
{% for table in tables %}
{% if table['url'].endswith(file) %}
{{table['name']}}
{% else %}
{{table['name']}}
{% endif %}
{% endfor %}
Download
About
Welcome to {{title}}
{% block contents %}{% endblock %}