{% extends 'layout.html' %}
{% block title %}
{{ special_tile or title }} - {{ wiki.site_name }}
{% endblock %}
{% block links %}
{% if edit_url %}
{% endif %}
{% endblock %}
{% block scripts %}
{% if wiki.math_url == 'mathjax' %}
{% endif %}
{% endblock %}
{% block logo %}
{% if wiki.logo_page in wiki.storage %}
{% endif %}
{% endblock %}
{% block search %}