{% block head %}
{% block title %}{% endblock %} - pyDataVizDay
{% endblock %} {% block body %} {% set navigation_bar = [ ('/enthusiast', 'enthusiast', 'Enthusiast'), ('/Exploritory', 'exploritory', 'Exploritory'), ('/slides', 'slides', 'Slides'), ] -%} {% set active_page = active_page|default('index') -%}
pyDataVizDay
{% for href, id, caption in navigation_bar %}
{{ caption|e }}
{% endfor %}
{% endblock %}