moved main_nav to components

This commit is contained in:
Beverly Nguyen
2024-04-09 16:31:53 -07:00
parent 8915bf16ed
commit beedce1796

View File

@@ -1,4 +1,4 @@
{% extends "base.html" %} {% extends "/new/base.html" %}
{% block per_page_title %} {% block per_page_title %}
{% block service_page_title %}{% endblock %} {{ current_service.name }} {% block service_page_title %}{% endblock %} {{ current_service.name }}
@@ -17,7 +17,7 @@
<div class="grid-col-3"> <div class="grid-col-3">
{% endif %} {% endif %}
{% block sideNavigation %} {% block sideNavigation %}
{% include "main_nav.html" %} {% include "/new/components/main_nav.html" %}
<!-- include settings_nav.html for child templates that used settings_template --> <!-- include settings_nav.html for child templates that used settings_template -->
{% endblock %} {% endblock %}
</div> </div>