2cd2a8f20a
- Responsive Layout - Mobile Support - Columns Block
4 lines
161 B
Plaintext
4 lines
161 B
Plaintext
<div class="block block-{{ include.type }} {% if include.float %}float float-{{ include.float }}{% else %}float-clear{% endif %}">
|
|
{{ include.content }}
|
|
</div>
|