{#- holocron/theme/templates/post.html ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Default template for rendering Holocron posts. :copyright: (c) 2014 by the Holocron Team, see AUTHORS for details. :license: 3-clause BSD, see LICENSE for details. -#} {% extends "page.html" %} {% block article_meta %} written by {{ document.author }} on {% if show_tags and document.tags %}
tagged with {% for tag in document.tags %} #{{ tag.name }} {%- if not loop.last -%} , {% endif %} {% endfor %}
{% endif %} {% endblock %}