{% extends 'blog.html' %} {% load next_prev %} {% block extra_headers %}{% endblock %} {% block title %} {% if tag %}Entries tagged as {{ tag.name.0 }} {% else %}The the with the LAMP tag Cloud{% endif %} {% endblock %} {% block content %}

Posts tagged {{ tag.name.0 }}

{% include 'posts.html' %}
{% endblock %}