{% 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 %}
{% if blog_user.username == 'nick' %} Nick Sergeant {% elif blog_user.username == 'blog' %} Snipt Blog {% elif blog_user.username == 'ashley' %} Ashley Sergeant {% else %} {{ blog_user.username }} {% endif %} {% if blog_user.username == 'nick' %}

I'm a front-end web developer in Rochester, NY working on the Amara project for PCF. I also created Snipt.

{% endif %} {% if blog_user.username == 'ashley' %}

Life is like photography, we use
the negatives to develop.

{% endif %}
{% endblock %}
{% block content %}{% endblock %}
{% if not debug %} {% endif %}