{% if FEED_FEEDBURNER %} {% else %} {% if FEED_ATOM %} {% endif %} {% if FEED_RSS %} {% endif %} {% endif %} {% if article and article.status == 'draft' %} {% endif %} {% if FAVICON_FILENAME %} {% else %} {% endif %} {% if article and article.latex %} {{ article.latex }} {% endif %} {% if page and page.latex %} {{ page.latex }} {% endif %} {% if EXTRA_HEADER %} {{ EXTRA_HEADER }} {% endif %} {% block extra_header %} {% endblock %}
{% include '_includes/navbar.html' %} {% include '_includes/jumbotron.html' %} {% block bodystart %} {% endblock %}