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

3 lines
189 B
Plaintext
Raw Normal View History

2022-01-13 10:54:15 +01:00
{% capture content %}<p class="content">{{ include.content }}</p>{% endcapture %}
2021-12-28 19:43:39 +01:00
{% include blocks/_base.liquid type="paragraph" content=content float=include.float align=include.align %}