6adf42d457
- Block Alignments - Tables - Media with Links - Block Sizes
7 lines
316 B
Plaintext
7 lines
316 B
Plaintext
<div class="block block-{{ include.type }}
|
|
{% if include.float %}float float-{{ include.float }}{% elsif include.float == "clear" %}float-clear{% endif %}
|
|
{% if include.align %}align-{{ include.align }}{% endif %}" style="
|
|
{% if include.width %}width: {{ include.width }};{% endif %}">
|
|
{{ include.content }}
|
|
</div>
|