{% extends 'base.html' %} {% block pagetitle %} Pagina principale {% endblock %} {% block prehead %} {% endblock %} {% block body %}

Royal Games

{% if not g.user %} {% include "components/welcome.html" %} {% endif %} {% if g.user %} {% if events %} {% include "components/eventlist.html" %} {% endif %} {% endif %} {% include "components/memberbox.html" %} {% if g.user %} {% include "components/wikibox.html" %} {% endif %}
{% if not g.user %} {% include "components/whatarewe.html" %} {% endif %} {% if g.user %} {% include "components/questboard.html" %} {% endif %} {% include "components/gamestatsbox.html" %} {% if g.user %} {% include "components/links.html" %} {% include "components/diariooftheday.html" %} {% endif %}
{% endblock %}