aboutsummaryrefslogtreecommitdiff
path: root/crumbs/templates/components/navbar_generator.html
blob: 07121cafe1c390e1756a2a7720b266af717b01c1 (plain)
1
2
3
4
5
6
7
8
<div class="navigation">
    {% if type == 'home' %}
        {% include "components/link_generator.html" %}
    {% else %}
        {% with title_type='page-title' %} {% include "components/title_text.html" %} {% endwith %}
        {% include "components/link_generator.html" %}
    {% endif %}
</div>