Files
com.xaymar.www/_includes/blocks/_base.liquid
T

7 lines
316 B
Plaintext
Raw Normal View History

2021-12-28 19:43:39 +01:00
<div class="block block-{{ include.type }}
2022-02-25 19:26:01 +01:00
{% if include.float == "clear" %}float-clear{% elsif include.float %}float float-{{ include.float }}{% endif %}
2021-12-28 19:43:39 +01:00
{% if include.align %}align-{{ include.align }}{% endif %}" style="
{% if include.width %}width: {{ include.width }};{% endif %}">
2021-12-24 11:00:43 +01:00
{{ include.content }}
</div>