{# base.html Main template for the jinja. It includes all parts of a html and fill variable with jinja. #} {% include 'head.html' %}
{% include 'header.html' %}
{% include 'content.html' %}