2cd2a8f20a
- Responsive Layout - Mobile Support - Columns Block
7 lines
155 B
Plaintext
7 lines
155 B
Plaintext
{% capture content %}
|
|
<div class="content">
|
|
{{ include.content }}
|
|
</div>
|
|
{% endcapture %}
|
|
{% include blocks/_base.liquid type="column" content=content %}
|