Use common logic in mocks, add dispatch mock

This commit is contained in:
Eli Ribble 2025-12-11 00:30:24 +00:00
parent 62dbfb3ebc
commit 3a8d6395d7
No known key found for this signature in database
31 changed files with 671 additions and 291 deletions

View file

@ -1,7 +1,8 @@
{{template "base.html" .}}
{{define "title"}}Dash{{end}}
{{define "style"}}
{{define "extraheader"}}
<style>
.district-logo {
max-height: 80px;
width: auto;
@ -85,6 +86,7 @@
color: #6c757d;
margin-bottom: 2px;
}
</style>
{{end}}
{{define "content"}}
<!-- Header -->