- 404
+ {{icon "alert-circle"}} 404
The page you're looking for doesn't exist.
- Go Home
+ {{icon "home"}} Go Home
{{end}}
diff --git a/templates/500.html b/templates/500.html
index 6685793..6426307 100644
--- a/templates/500.html
+++ b/templates/500.html
@@ -1,8 +1,8 @@
{{define "content"}}
- 500
+ {{icon "alert-triangle"}} 500
Something went wrong on our end. Please try again later.
- Go Home
+ {{icon "home"}} Go Home
{{end}}
diff --git a/templates/base.html b/templates/base.html
index 3323f6d..8673bf3 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -26,7 +26,6 @@