catch mid colors outside of WCAG AA
This commit is contained in:
parent
f72c7a357b
commit
df33164b08
28 changed files with 135 additions and 96 deletions
14
templates/testing/templates.go
Normal file
14
templates/testing/templates.go
Normal file
|
@ -0,0 +1,14 @@
|
|||
// Package testing provides test helpers that support fiber templates
|
||||
package testing
|
||||
|
||||
import (
|
||||
"html/template"
|
||||
|
||||
"git.sapphic.engineer/roleypoly/v4/templates"
|
||||
)
|
||||
|
||||
var (
|
||||
Templates = template.Must(template.ParseFS(templates.FS, "*.html")).Funcs(template.FuncMap{
|
||||
"embed": func() {},
|
||||
})
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue