First Commit
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Economy Dashboard</h1>
|
||||
<p>Your Balance: {{ balance }}</p>
|
||||
<!-- Add more economy features here as needed -->
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user