6adf42d457
- Block Alignments - Tables - Media with Links - Block Sizes
8 lines
280 B
Plaintext
8 lines
280 B
Plaintext
{% capture content %}
|
|
<table class="content">
|
|
{{ include.content }}
|
|
</table>
|
|
{% if include.caption %}<figcaption>{{ include.caption }}</figcaption>{% endif %}
|
|
{% endcapture %}
|
|
{% include blocks/_base.liquid type="table" content=content float=include.float align=include.align %}
|