Files
com.xaymar.www/_includes/blocks/_base.liquid
T
Michael Fabian 'Xaymar' Dirks 2cd2a8f20a Feature Update
- Responsive Layout
- Mobile Support
- Columns Block
2021-12-24 20:05:34 +01:00

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>