{%- if page.directive_summary %} {%- include directive_summary.html directive=page.directive_summary %} {%- endif %} {%- unless page.toc == false %} {%- include toc.html %} {%- endunless %} {%- unless jekyll.environment == "production" %} {%- 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 %}