{% extends "base.html.tera" %} {% import "inputs.html.tera" as inputs %} {% block title %} Home {% endblock title %} {% block content %} Hi this is the main page {% endblock content %}