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