{% extends "website/layout.html" %} {% block title %}{{ page.title }} ยท {{ super() }}{% endblock %} {% block description %}{{ page.description }}{% endblock %} {% block head %} {{ super() }} {% if page.next and page.next.path %} {% endif %} {% if page.previous and page.previous.path %} {% endif %} {% endblock %} {% block body %}
{% block header %} {% block search_input %}{% endblock %} {% if glossary.length > 0 %} {% endif %} {% block header_nav %} {% if page.next and page.next.path %} {% endif %} {% if page.previous and page.previous.path %} {% endif %} {% endblock %} {% endblock %}
{% include "website/sidenav.html" %}
{% block search_results %} {% block page %}
{{ page.content|safe }}
{% endblock %} {% endblock %}
{% for resource in plugins.resources.js %} {% if resource.url %} {% else %} {% endif %} {% endfor %} {% endblock %}