-
+
+
-
+
-
Back to Dashboard
-
-
+
+{% endblock %}
\ No newline at end of file
diff --git a/templates/dashboard.html b/templates/dashboard.html
index a05b410..d08ff48 100644
--- a/templates/dashboard.html
+++ b/templates/dashboard.html
@@ -1,11 +1,12 @@
-
-
-
-
Dashboard
-
-
+{% extends "base.html" %}
+
+{% block title %}
+ Dashboard
+{% endblock %}
+
+{% block content %}
+
Welcome, {{ name }}!
This is the dashboard. More features will be added soon!
-
Logout
-
-
+
+{% endblock %}
diff --git a/templates/edit_sar.html b/templates/edit_sar.html
index 9b03c48..605f86d 100644
--- a/templates/edit_sar.html
+++ b/templates/edit_sar.html
@@ -1,39 +1,88 @@
-
-
-
-
-
Title
-
+{% extends "base.html" %}
+
+{% block title %}
+ Edit SAR record
+{% endblock %}
+
+{% block content %}
+
+
-
-
-
-
+
+
+
+
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <{% endblock %}
diff --git a/templates/list_sar.html b/templates/list_sar.html
index d48a54e..aec2045 100644
--- a/templates/list_sar.html
+++ b/templates/list_sar.html
@@ -1,13 +1,16 @@
-
-
-
-