6adf42d457
- Block Alignments - Tables - Media with Links - Block Sizes
7 lines
194 B
Plaintext
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 %}
|