summaryrefslogtreecommitdiff
path: root/jthanio/templates/navigation.html
blob: 54248217247e9354b5d13a3e9d5b81c5e1714270 (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 %}