1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 12:04:20 +00:00
royalnet/templates/profile.html

23 lines
No EOL
459 B
HTML

{% extends 'base.html' %}
{% block pagetitle %}
Royal Games
{% endblock %}
{% block body %}
<h1>
Profilo di {{ royal.username }}
</h1>
{% if osu %}
{% include "minis/osu.html" %}
{% endif %}
{% if rl %}
{% include "minis/rl.html" %}
{% endif %}
{% if dota %}
{% include "minis/dota.html" %}
{% endif %}
{% if lol %}
{% include "minis/lol.html" %}
{% endif %}
{% endblock %}