NDOJ/templates/organization/home-base.html
2022-05-30 01:59:53 -05:00

21 lines
518 B
HTML

{% extends "three-column-content.html" %}
{% block three_col_js %}
{% include "organization/home-js.html" %}
{% block org_js %}{% endblock %}
{% endblock %}
{% block left_sidebar %}
{% include "organization/org-left-sidebar.html" %}
{% endblock %}
{% block right_sidebar %}
{% include "organization/org-right-sidebar.html" %}
{% endblock %}
{% block middle_title %}
{% if title %}
<center><h2>{{ title }}</h2></center>
<br/>
{% endif %}
{% endblock %}