feat: initial commit
This commit is contained in:
5
templates/user_home.html
Normal file
5
templates/user_home.html
Normal file
@ -0,0 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1> User Home</h1>
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user