{% include 'meta.html' %} {{ title }}
{% include 'header.html' %}
{% block content %} {% endblock %}
{% include 'footer.html' %} {% block scripts %} {% include 'scripts.html' %} {% endblock %}