{%- if page.summary %}
{{page.summary}}
{%- endif %} {%- unless page.toc == false %} {%- include toc.html %} {%- endunless %} {%- unless jekyll.environment == "production" %} {%- if site.github_editme_path %} Edit me {%- endif %} {%- endunless %} {{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 %}
{%- if site.disqus %} {%- include disqus.html %} {%- endif %}