diff --git a/web/templates/settings/home.html b/web/templates/settings/home.html new file mode 100644 index 0000000..e61fbc3 --- /dev/null +++ b/web/templates/settings/home.html @@ -0,0 +1,11 @@ +{# templates/settings/home.html #} +{% extends "base.html" %} + +{% block title %}Settings{% endblock %} + +{% block content %} +
+

Settings

+

Add your settings here as you go.

+
+{% endblock %} \ No newline at end of file