mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 10:46:24 +03:00
7 lines
122 B
HTML
7 lines
122 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h1 class="title">
|
|
Welcome, {{ current_user.name }}!
|
|
</h1>
|
|
{% endblock %} |