8 lines
167 B
HTML
8 lines
167 B
HTML
{{define "bgpattern"}}
|
|
<style>
|
|
body, .checkers{
|
|
background-image: url("/res/img/checker{{bgPatternCount}}.png");
|
|
background-attachment: fixed;
|
|
}
|
|
</style>
|
|
{{end}} |