1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00
royalnet/templates/profile.html
2018-06-04 18:08:18 +02:00

20 lines
No EOL
387 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 %}
{% endblock %}