sass-site/source/_layouts/has_complimentary.liquid

22 lines
618 B
Plaintext
Raw Permalink Normal View History

2023-01-26 19:10:57 +01:00
---
layout: base
---
<div class="sl-l-large-holy-grail">
2023-01-26 22:54:32 +01:00
<div class="sl-l-large-holy-grail__body">
<div class="sl-l-large-holy-grail__main">
2023-03-09 17:19:39 +01:00
<div {% unless no_container %}class="sl-l-container sl-l-container--small"{% endunless %}>
2023-02-22 22:51:14 +01:00
{% render 'intro', before_introduction: before_introduction, introduction: introduction, center_introduction: center_introduction %}
2023-01-26 22:54:32 +01:00
{{ content }}
2023-01-26 22:54:32 +01:00
</div>
2023-01-26 19:10:57 +01:00
</div>
2023-01-26 22:54:32 +01:00
{% if complementary_content %}
<div class="sl-l-large-holy-grail__complementary">
{{ complementary_content | markdown }}
2023-01-26 22:54:32 +01:00
</div>
{% endif %}
</div>
</div>