Files
com.xaymar.www/_includes/blocks/_base.liquid
T
Michael Fabian 'Xaymar' Dirks 6adf42d457 Add new Features:
- Block Alignments
- Tables
- Media with Links
- Block Sizes
2021-12-28 19:43:39 +01:00

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>