{% extends "site_base.html" %} {% load pinax_blog_tags %} {% block body_class %}blog{% endblock %} {% block body %}
This is where you can list your bio, add links
etc., by editing the pinax/blog/blog_base.html
template.
{% if scoper_lookup %} {% url "pinax_blog:blog_feed" scoper_lookup "all" "atom" as feed_url %} {% else %} {% url "pinax_blog:blog_feed" "all" "atom" as feed_url %} {% endif %} Atom Feed