{% extends "base.html" %} {% block title %}{{ tag.name }} - {{ site.title }}{% endblock %} {% block content %}

Posts tagged "{{ tag.name }}"

{% for post in posts %}

{{ post.title }}

{% if post.excerpt %}

{{ post.excerpt | strip_md }}

{% endif %}
{% else %}

No posts with this tag.

{% endfor %}
{% endblock %}