1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2025-04-04 06:10:30 +00:00
royalnet/templates/profile.html

17 lines
313 B
HTML
Raw Normal View History

2018-06-04 11:58:27 +02:00
{% extends 'base.html' %}
{% block pagetitle %}
Royal Games
{% endblock %}
{% block body %}
<h1>
Profilo di {{ royal.username }}
</h1>
{% if osu %}
{% include "minis/osu.html" %}
{% endif %}
2018-06-04 13:13:59 +02:00
{% if rl %}
{% include "minis/rl.html" %}
{% endif %}
2018-06-04 11:58:27 +02:00
{% endblock %}