Files
com.xaymar.www/_includes/blocks/paragraph.liquid
T

7 lines
205 B
Plaintext
Raw Normal View History

2021-12-24 11:00:43 +01:00
{% capture content %}
<p class="content {% if include.align %}{{ include.align }}{% endif %}">
{{ include.content }}
</p>
{% endcapture %}
{% include blocks/_base.liquid type=paragraph content=content %}