First commit
This commit is contained in:
5
templates/web/dashboard.html
Normal file
5
templates/web/dashboard.html
Normal file
@ -0,0 +1,5 @@
|
||||
{% extends 'layouts/master.html' %}
|
||||
{% block title %}Dashboard{% endblock %}
|
||||
{% block body %}
|
||||
<h1>Dashboard</h1>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user