mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 02:36:24 +03:00
init
This commit is contained in:
7
dyxless/templates/profile.html
Normal file
7
dyxless/templates/profile.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="title">
|
||||
Welcome, {{ current_user.name }}!
|
||||
</h1>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user