From e33bfff4db95586a3140b5e71a7d3dba2c72f694 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 6 Sep 2025 00:32:03 +0900 Subject: feat(backend): add admin page for problems --- backend/admin/templates/problems.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 backend/admin/templates/problems.html (limited to 'backend/admin/templates/problems.html') diff --git a/backend/admin/templates/problems.html b/backend/admin/templates/problems.html new file mode 100644 index 0000000..120789e --- /dev/null +++ b/backend/admin/templates/problems.html @@ -0,0 +1,20 @@ +{{ template "base.html" . }} + +{{ define "breadcrumb" }} +Dashboard +{{ end }} + +{{ define "content" }} +
+ Create New Problem +
+ +{{ end }} -- cgit v1.2.3-70-g09d2