{% if page.summary %}
{{page.summary}}
{% endif %} {% include toc.html %} {% if jekyll.environment == "development" %} {% if site.github_editme_path %} Edit me {% endif %} {% endif %} {{content}}
{% if page.tags != null %} Tags: {% include custom/conditions.html %} {% for tag in page.tags %} {% if projectTags contains tag %} {{page.tagName}}{{tag}} {% endif %} {% endfor %} {% endif %}
{% comment %}{% include disqus.html %} {% endcomment %}