{% extends 'layout/base.html' %} {% set active_page = "tags" %} {% set active_sub = "hot" %} {% set requires_loginForms = True %} {% block title %}Tags{% endblock %} {% block head %} {% endblock %} {% block content %}
Search a tag or game

Viewing #{{ tag }}

{% if tag != 'all' %} {% if tag in user.subscriptions %} Unsubscribe
{% else %} Subscribe
{% endif %} {% endif %}

{% if tagCount != 0 %} {% include 'shared/_subs.html' %}
{% else %}
Gasp! No screenchops for this tag! D:
How about submitting some of your own? {% if 'username' in session %} Upload {% else %} Register {% endif %}
{% endif %} {% endblock %} {% block footer %} {% endblock %}