This commit is contained in:
2021-07-14 01:32:23 +03:00
commit af5478994c
14 changed files with 313 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{% extends "base.html" %}
{% block content %}
<h1 class="title">
Welcome, {{ current_user.name }}!
</h1>
{% endblock %}