{% comment %} Bootstrap collapse feature, https://getbootstrap.com/docs/5.3/components/collapse/ e.g. --> {% include feature/collapse.html button="Learn More" color="success" text="Such an interesting story!" %} Options: - "button" = text of the button that triggers the collapse to open (required) - "text" = text inside the collapse, Markdown is supported (required, hint: use a capture statement to add more complex text!) - "color" = color for the trigger button (optional, default: primary) {%- endcomment -%}

{{ include.text | markdownify }}