{% extends "base.html" %} {% block background %}{{ url_for('static', filename='images/default.jpg') }}{% endblock %} {% block content %}

Welcome to the

DV8 Game Expo 2023!

What is this?

The DV8 Game Expo, is a showcase of the works and efforts of students from the past year. This includes Level 3 year 1 and year 2.

Student Games

Here are some games AAAA

{% for game in games %} {% if game.background %} {{ game.name }} {% else %} {{ game.name }} {% endif %}
{% if game.logo %} {% else %}

{{ game.name }}

{% endif %}

{{ game.studio }}

    {% for tag in game.tags %}
  • {{ tag.tag }}
  • {% endfor %}
{% endfor %}
{% endblock %}