{% extends "./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 javascript %} {% for resource in plugins.resources.js %} {% if resource.url %} {% else %} {% endif %} {% endfor %} {% endblock %} {% block body %}