murph-core/src/core/Resources/views/editorjs/quote.html.twig

12 lines
252 B
Twig

{%- block render -%}
<figure {% block attributes %}{% endblock %}>
{{- text -}}
{% if caption %}
<figcaption>
{{- caption -}}
</figcaption>
{% endif %}
</figure>
{%- endblock -%}