{% extends theme('layouts/1-column.html') %} {% from theme('macros/breadcrumb.html') import breadcrumb with context %} {% set meta = { 'title': _("Publishing Form"), 'description': _("%(site)s dataset publishing form", site=config['SITE_TITLE']), } %} {% set section_class = 'bg-grey-50' %} {% set container_class = 'vuejs' %} {% block breadcrumb %} {% cache cache_duration, 'dataset-breadcrumb', g.lang_code %}
  • {{ _('Datasets') }}
  • {{ _('Publishing Form') }}
  • {% endcache %} {% endblock %} {% block main_content %} {% endblock %}