header.html 236 Bytes
Newer Older
Wolfgang Knopki's avatar
Images  
Wolfgang Knopki committed
1
2
3
4
5
6
7
8
9
{% ckan_extends %}

{# exclude About #}
{% block header_site_navigation_tabs %}
	{{ h.build_nav_main(
		('dataset.search', _('Datasets')),
		('organization.index', _('Organizations')),
		('group.index', _('Groups')) ) }}
{% endblock %}