diff --git a/app/templates/base.html b/app/templates/base.html
index 7bfd361861ab5e6ffc8bb18ba089a2ebfb871ef7..343a0133ed5857a686884f10a2ebc98627aa194d 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -11,7 +11,9 @@
 		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
 	</head>
 	<body {% block body_attr %}{% endblock %}>
+		{% block navbar %}
 		{% include "navbar.html" %}
+		{% endblock %}
 		<div class="wrapper">
 			{% block body %}
 			{% endblock %}