{% endif %}
{% include toc.html %}
{% if site.github_editme_path %}
Edit me
{% 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 %}