{% comment %} Bootstrap Modal, https://getbootstrap.com/docs/5.1/components/modal/ E.G. --> {% include feature/modal.html button="More Info" color="info" title="Information" text="Example text" %} Options: - "button" = text of button to trigger modal - "color" = color of modal button (primary, secondary, success, danger, warning, info, light, dark) - "title" = header text for modal pop up - "text" = body text for modal pop up, can use markdown formatting (tip: use a Liquid capture to add more complex content) {%- endcomment -%}