{% extends "main.html" %} {% set title = 'Home' %} {% set page = 'home' %} {% block content %}
{% include 'home/carousel.html' %}

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

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