7 lines
183 B
HTML
Executable File
7 lines
183 B
HTML
Executable File
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h1>Settings</h1>
|
|
<p>Customize your dashboard experience here.</p>
|
|
<!-- Add user-specific settings options here -->
|
|
{% endblock %} |