{{ component.title }}

{%- if component.usage %}

Usage: {{ component.usage }}

{% endif %} {%- if component.module %}

Include partial: {{ component.module }}

{% endif %} {%- if component.scss %}

SCSS partial: {{ component.scss }}

{% endif %}
{%- if component.description %} {{- component.description | markdownify }} {%- endif %}
{{- component.content | markdownify }}
Code {% highlight markdown %} {%- comment %} When this component is built from an include, show the result instead of the `include` directive. {% endcomment -%} {%- if component.module -%} {{ component.content }} {%- else -%} {{ component.raw_content }} {%- endif -%} {% endhighlight %}