apostrophe
Version:
The Apostrophe Content Management System.
15 lines (11 loc) • 348 B
HTML
{% extends "base.html" %}
{%- block modalClass -%}
apos-modal-slideable
{%- endblock -%}
{%- block filters -%}{%- endblock -%}
{% block breadcrumb %}
<ul class="apos-modal-breadcrumb" data-modal-breadcrumb>
{# js populates me with label(s), sometimes with added context #}
<li data-modal-breadcrumb-item></li>
</ul>
{% endblock %}