{%- import 'util/macros.html' as macros with context -%} {%- import 'html_head.html' as html_head with context -%} {%- set PAGE_TITLES = { '/leaderboard': 'Leaderboard', '/admins': 'Admins', '/log': 'Modlog', '/banned': 'Permabanned', '/blocks': 'Blocks', } -%} {%- set title = SITE_NAME if not request.path in PAGE_TITLES else PAGE_TITLES[request.path] -%} {{html_head.html_head(true, false, true, none, title)}} {% include "header.html" %} {% block subNav %} {% if not request.path.startswith('/h/') %}
{% endif %} {% endblock %}
{% block content %} {% endblock %}
{% block mobilenavbar %} {% include "mobile_navigation_bar.html" %} {% endblock %} {% block invitationModal %} {% endblock %} {% block exileModal %} {% endblock %} {% block approveModal %} {% endblock %} {% block errorToasts %} {% endblock %} {% block scripts %} {% endblock %}