{% extends "base.html" %} {% block content %}
{% if tag %}
Tagged in

{{ tag }}

{% endif %} {% include "includes/posts.html" %} {% include "pagination.html" %}
About Me

My name is John Doe and this is dummy text.

Links

Replace this links

Blogroll
Tags
{% for tag, null in tags %} {{ tag }} {% endfor %}
{% endblock content %}