{% load snipt_tags %} {% block page-title %}{% if blog_user.username == 'nick' %}// Nick Sergeant {% elif blog_user.username == 'blog' %}// Snipt Blog{% else %}// {{ blog_user.username }}{% endif %}{% endblock %} {% if 'page' in request.GET %} {% endif %} {% if has_snipts and not detail %} {% endif %}
{% block header %}
{% endblock %}
{% block content %}{% endblock %}
{% if not debug %} {% endif %}