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
  {% 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 -%}