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

4 lines
99 B
Twig

{%- block render -%}
<p {% block attributes %}{% endblock %}>{{- text -}}</p>
{%- endblock -%}