{% extends "default.html" %} {% block content %}

	
List of subs with at least 1 post

{% for sub, count in subs %} {% endfor %}
# Name Posts
{{loop.index}} {{sub}} {{count}}
{% endblock %}