--- layout: default --- {% assign catSize = page.categories | size %}

{{page.title}}

{% if catSize > 0 %}
{{ catSize | pluralize: 'Category', 'Categories' }}: {% for category in site.categories %} {% assign catFilename = category.path | filename %} {% if page.categories contains catFilename %} {{category.title}} {% endif %} {% endfor %}
{% endif %}
{% include toc.html %}
{{content}}
{% assign tags_size = page.tags | size %} {% if tags_size > 0 %} {% endif %}

Was this helpful?

Rate this article:

{% include contact.html %}