{% extends "main.html" %} {% set title = 'About' %} {% set page = 'about' %} {% block content %}

This page's codes stay in src/pages/about/index.html

{% include 'about/body.html' %}
{% endblock %} {% block scripts %} {% endblock %}