{% if page.summary %}
{{page.summary}}
{% endif %} {% unless page.toc == false %}
What's in this page? Expand?
{% endunless %} {% if site.github_editme_path %} {% comment %} btn and btn-default are bootstrap classes. {% endcomment %} Edit me {% endif %} {{content}}
{% if page.tags != null %} Tags: {% assign projectTags = site.data.tags.allowed-tags %} {% for tag in page.tags %} {% if projectTags contains tag %} {{page.tagName}}{{tag}} {% endif %} {% endfor %} {% endif %}
{% include disqus.html %}