summaryrefslogtreecommitdiff
path: root/jthanio/templates/navigation.html
blob: 0b6026d86c10a348a6463eec75ef608e0e2d42aa (plain) (blame)
1
2
3
4
5
{% load navigation_tags %}
{% block menu %}
    {% get_site_root as site_root %}
    {% top_menu parent=site_root calling_page=self %}
{% endblock %}