initial commit
[ckanext-datagovau.git] / ckanext / datagovau / templates / package / read_base.html
blob:a/ckanext/datagovau/templates/package/read_base.html -> blob:b/ckanext/datagovau/templates/package/read_base.html
--- a/ckanext/datagovau/templates/package/read_base.html
+++ b/ckanext/datagovau/templates/package/read_base.html
@@ -1,1 +1,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 -%}
+
+