initial commit
[ckanext-datagovau.git] / ckanext / datagovau / templates / package / read_base.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% ckan_extends %}
 
{% block subtitle %}{{ pkg.title or pkg.name }}{% endblock %}
 
{% block links -%}
{{ super() }}
<link rel="lol" type="test"/>
{% endblock -%}
 
{% block head_extras -%}
{{ super() }}
<meta property="og:gon" content="lol">
{% endblock -%}