{% 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 %}