{% extends "base.html" %} {% block title %}upload{% endblock %} {% block content %}
{{ game.title }} {% if game.platform %} on {{ game.platform }} {% endif %}
{% if game.platform %} Now pick your save: {% endif %}
{% endblock %}