commit de1897e6f6d225bf40c98d938a48055bdeafd298 Author: Joshua Goins Date: Mon Apr 7 16:28:44 2025 -0400 Add initial files diff --git a/public/assets/img/favicon.svg b/public/assets/img/favicon.svg new file mode 100644 index 0000000..5bf444b --- /dev/null +++ b/public/assets/img/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/img/logo.svg b/public/assets/img/logo.svg new file mode 100644 index 0000000..5bf444b --- /dev/null +++ b/public/assets/img/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl new file mode 100644 index 0000000..48799d1 --- /dev/null +++ b/templates/base/head_navbar.tmpl @@ -0,0 +1,205 @@ +{{$notificationUnreadCount := 0}} +{{if and .IsSigned .NotificationUnreadCount}} + {{$notificationUnreadCount = call .NotificationUnreadCount}} +{{end}} + +