{% extends 'base.html' %} {% block pagetitle %} Royal Games {% endblock %} {% block posthead %} {% if css %} {% endif %} {% endblock %} {% block body %}

Profilo di {{ royal.username }} {% if session.get('user_id', '') == royal.id %}Modifica{% endif %}

{% if steam %} {% include "minis/steam.html" %} {% endif %} {% if rl %} {% include "minis/rl.html" %} {% endif %} {% if dota %} {% include "minis/dota.html" %} {% endif %} {% if osu %} {% include "minis/osu.html" %} {% endif %} {% if lol %} {% include "minis/lol.html" %} {% endif %} {% endblock %}