diff --git a/templates/base.html.twig b/templates/base.html.twig index 68885be..c1ab4bc 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -16,34 +16,11 @@ {% endblock %} - +
+ {% block topnavbar %} + {{ include('components/navbar.html.twig') }} + {% endblock %} +
{% block body %}{% endblock %} diff --git a/templates/components/navbar.html.twig b/templates/components/navbar.html.twig new file mode 100644 index 0000000..d157ffb --- /dev/null +++ b/templates/components/navbar.html.twig @@ -0,0 +1,27 @@ + \ No newline at end of file