3 lines
189 B
Plaintext
3 lines
189 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 %}
|