{% extends 'base.html' %} {% block header %} {% endblock %} {% block content %}

Dev Dashboard

{% if err %}

You are not a developer! Please request access to the early access dev program!

{% endif %}

Your Games

{% for game in games %}

{{game[0]}}

{{game[1]}}

{% endfor %}
{% if not err %}

Create a new game!






{% endif %}
{% endblock %}