Started project with initial Flask layout
This commit is contained in:
7
app/templates/top/dashboard.jinja
Normal file
7
app/templates/top/dashboard.jinja
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends 'layout.jinja' %}
|
||||
|
||||
{% block title %}Dashboard{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<p>Welcome to the Muspah dashboard!</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user