{% extends "base.html" %} {% load short_codes txrx_tags %} {% block title %}Latest {{ post_type }} by {{ username }}{% endblock %} {% block header_content %}Latest {{ post_type }} by {{ username }}{% endblock %} {% block extra_head %} {#! this should be added back in. Removed 9/6/2014 #} {% endblock %} {% block content %}
{% include "_blog_list.html" %}
{% endblock %}