{% extends "base.html" %} {% block more_head %} {% endblock %} {% block title %} - Wall of Apps {% endblock %} {% block content %}

Wall of Apps {{ total_apps_count }} total

{% for tagname, apps in tags %} {% endfor %}
{{ tagname }} {% for app in apps %} {% endfor %}
{% endblock %}