{% extends "base.html" %} {% block background %}{{ url_for('static', filename='images/3.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.thumbnail %} game image {% else %} game image {% endif %}

{{ game.name }}

{{ game.description|truncate(100) }}

View {% if game.downloadLink %}{% endif %}
{% endfor %}
{% endblock %}