{% if request.blog_user %} {% if request.blog_user.username == 'nick' %} Nick Sergeant Nick Sergeant http://nicksergeant.com/?rss {% elif request.blog_user.username == 'blog' %} Snipt Blog Snipt Blog https://blog.snipt.net/?rss {% else %} {% if request.blog_user.username == 'nick' %}Nick Sergeant{% else %}{{ request.blog_user.username }}{% endif %} {% if request.blog_user.username == 'nick' %}Nick Sergeant{% else %}{{ request.blog_user.username }}{% endif %} https://{{ request.blog_user.username }}.snipt.net/?rss {% endif %} {% else %} {% if public and not public_user %}Public snipts{% else %}Snipts by {{ user.username }}{% endif %}{% if tag %} tagged with "{{ tag }}"{% endif %} / {% if public and not public_user %}public{% else %}{{ user.username }}{% endif %}{% if tag %} / {{ tag }}{% endif %} - Snipt https://snipt.net{{ request.path }} {% endif %} {% for snipt in snipts %} {{ snipt.title }} {{ snipt.get_full_absolute_url }} {% if snipt.user.username == 'blog' %} {% else %} {% endif %} {{ snipt.created|date:"r" }} snipt-net-{{ snipt.id }} {% endfor %}