{% extends "base.html" %} {% block extra_links %} {% endblock %} {% block body %} {% endblock %} {% block page_title %} {% if page_title %}
{{ page_title | e }}
{% endif %} {% endblock %} {% block top_navigation %} {# don't display if the page is empty, because it looks weird #} {# WARNING: if creating new page add test for it here #} {% if entries or tag_pairs or sources %}
{% block navigation %} {% if 'top_page' in page_links %} {% if not page_links['prev_page'] %} previous {% else %} previous {% endif %} · top · {% if not page_links['next_page'] %} next {% else %} next {% endif %}
{% endif %} all videos · all tags · all sources ·· random {% endblock %}
{#- can't have any spaces here -#}
{% endif %} {% endblock %} {% block footer_left %} {# repeat navigation at footer #} {{ self.navigation() }} {% endblock %}