{{ entry.title }}

{% if entry.usage %}

Usage: {{ entry.usage }}

{% endif %} {% if entry.module %}

Include partial: {{ entry.module }}

{% endif %} {% if entry.scss %}

SCSS partial: {{ entry.scss }}

{% endif %}
{{ entry.content }}
{% highlight html %} {{ entry.content }} {% endhighlight %}