diff --git a/templates/includes/navbar.html.twig b/templates/includes/navbar.html.twig new file mode 100644 index 0000000..40432e2 --- /dev/null +++ b/templates/includes/navbar.html.twig @@ -0,0 +1,18 @@ +
+
+
+ + + +
+
+ +
+
+
diff --git a/templates/page.html.twig b/templates/page.html.twig index 2429030..370270d 100644 --- a/templates/page.html.twig +++ b/templates/page.html.twig @@ -1,5 +1,7 @@ {% extends 'html.html.twig' %} {% block body %} + {% include 'includes/navbar.html.twig' %} + {% block content %}{% endblock %} {% endblock %}