{% load truncate_lines %} {% 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 }} {% for snipt in snipts %} {{ snipt.title }} {{ snipt.get_full_absolute_url }} {% if snipt.line_count > 300 %} {% else %} {% endif %} {% for tag in snipt.tags.all %}{{ tag }}{% if not forloop.last %}, {% endif %}{% endfor %} {{ snipt.created|date:"r" }} snipt-net-{{ snipt.id }} {% endfor %}