{# Template for home view #} {% extends "blog/base.html" %} {% block blog_content %} {% include "blog/admin_panel.html" %}

Posts tagged {{ tag }}

{% with posts=tagged_posts %} {% include "blog/blog_roll_content.html" %} {% endwith %} {% endblock %}