{#-
Post template for Clear Theme.
@copyright (c) 2016 by Igor Kalnitsky
@license MIT, see LICENSE for details
-#}
{% extends "page.html" %}
{% block article_meta %}
{% if show_tags and document.tags %}
-
{% for tag in document.tags %}
#{{ tag.name }}
{%- if not loop.last -%}
,
{% endif %}
{% endfor %}
{% endif %}
{% endblock %}