{% with title='#' + tag, url=config.link + '/tags/' + tag, description='Posts tagged #' + tag, type='index', image=None, skip_header=not config.header, styles=['/css/home.css'] %} {% include 'common-head.html' %} {% endwith %}

Tags › #{{ tag }}

{% if posts %} {% else %}

No posts found for this tag.

{% endif %}
{% include 'footer.html' %} {% include 'common-tail.html' %}