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 %}