mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 02:36:24 +03:00
16 lines
296 B
HTML
16 lines
296 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<section class="hero is-medium">
|
|
<div class="hero-body">
|
|
<p class="title">
|
|
Профиль
|
|
</p>
|
|
<p class="subtitle">
|
|
Добро пожаловать, {{ current_user.username }}!
|
|
</p>
|
|
</div>
|
|
</section>
|
|
|
|
{% endblock %} |