{% 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 a list of games") }}
{% endblock %}