{% extends "layout.html" %} {% block page %} {% include 'masterhead.html' %} {% include 'joinus.html' %}

Featured games

{% for id, item in bag('featured').items() %} {% set image = item.path+'main.jpg' %}
project image

{{ item.title }}

{{ _("Details") }}
{% endfor %}
View all games
{% endblock %}