@@ -2,10 +2,16 @@ package lash
import (
"embed"
"net/http"
"github.com/google/uuid"
)
type LashContext struct {
N int
Server *http.Server
}
//go:embed templates/*.html
var Templates embed.FS
The note is not visible to the blocked user.