diff --git a/templates/_navbar.html.twig b/templates/_navbar.html.twig new file mode 100644 index 0000000..83ea4b2 --- /dev/null +++ b/templates/_navbar.html.twig @@ -0,0 +1,59 @@ +{% if app.user %} + + +{# Import Modal #} + +{% endif %} diff --git a/templates/base.html.twig b/templates/base.html.twig index 7c406c1..3e0085b 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -13,6 +13,7 @@ {% endblock %} + {% include '_navbar.html.twig' %} {% block body %}{% endblock %}