Files
com.xaymar.www/_includes/blocks/paragraph.liquid
T
Michael Fabian 'Xaymar' Dirks 6adf42d457 Add new Features:
- Block Alignments
- Tables
- Media with Links
- Block Sizes
2021-12-28 19:43:39 +01:00

7 lines
194 B
Plaintext

{% capture content %}
<p class="content">
{{ include.content }}
</p>
{% endcapture %}
{% include blocks/_base.liquid type="paragraph" content=content float=include.float align=include.align %}