{% assign header_type = "h1" %} {%- if include.size == "small" -%} {% assign header_type = "h2" %} {%- endif -%} <{{ header_type }} class="section-heading" id="{{ include.heading | slugify }}"> {{ include.heading }}
{{ include.content | markdownify }}