mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
17 lines
No EOL
313 B
HTML
17 lines
No EOL
313 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 %}
|
|
{% endblock %} |