{% extends 'base.html' %} {% block pagetitle %} Royal Games {% endblock %} {% block body %}

Profilo di {{ royal.username }}

{% 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 %}