{% include 'meta.html' %}
{% include 'navbar.html' %}
{% block section %}{{ this.section }}{% endblock %}
{% block title %}{{ this.title }}{% endblock %}
{% block body %}{{ this.body }}{% endblock %}
{% include 'footer.html' %}