{% import 'components.html' as components %} {% block head %} {{config.page_title.prefix}}{% if page_title %}{{config.page_title.separator}}{{page_title}}{% endif %} {% endblock %} {% block header %} {% set navigation_bar = [ ('index.html', 'Home'), ('calendar.html', 'Schedule'), ('papers.html', 'Papers'), ('workshops.html', 'Workshops'), ('chat.html', 'Chat'), ('about.html', 'Help'), ] -%} {% endblock %} {% block body %} {% block top %} {% endblock %}
{% block tabs %} {% endblock %}
{% block content %} {% endblock %}
{% endblock %} {% block footer %} {% endblock %}