summaryrefslogtreecommitdiff
path: root/template.go
blob: ebcb8e37cb9e79e1e86b9d0b4a4dc65b7c42b313 (plain)
1
2
3
4
5
6
package main

import "embed"

//go:embed templates/*
var templates embed.FS