{% autopaginate snipts 10 %}
{% for snipt in snipts %}
{% include "blogs/themes/default/snipt-list.html" %}
{% empty %}
{{ blog_user.username }} has no public blog posts.
{% endfor %}
{% paginate %}
{% if single_blog_post %}
{% with snipts.0 as snipt %}
{% endwith %}
{% endif %}
{% endblock %}