{% extends 'html.html.twig' %}

{% block body %}
    {% include 'includes/navbar.html.twig' %}

    {% block content %}{% endblock %}
{% endblock %}