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

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

{% with record = ryg %} {% include "minis/ryg.html" %} {% endwith %} {% if steam %} {% with record = steam %} {% include "minis/steam.html" %} {% endwith %} {% endif %} {% if rl %} {% with record = rl %} {% include "minis/rl.html" %} {% endwith %} {% endif %} {% if dota %} {% with record = dota %} {% include "minis/dota.html" %} {% endwith %} {% endif %} {% if osu %} {% with record = osu %} {% include "minis/osu.html" %} {% endwith %} {% endif %} {% if lol %} {% with record = lol %} {% include "minis/lol.html" %} {% endwith %} {% endif %} {% if ow %} {% with record = ow %} {% include "minis/ow.html" %} {% endwith %} {% endif %} {% endblock %}