11 lines
135 B
HTML
11 lines
135 B
HTML
{{define "user_style"}}
|
|
<style>
|
|
{{.UserStyle}}
|
|
|
|
body,
|
|
.checkers {
|
|
background-image: url("/res/img/{{bgPattern}}");
|
|
}
|
|
</style>
|
|
{{end}}
|