Single-binary service: push raw markdown via REST/gRPC API, read rendered HTML through mobile-friendly web UI. MCIAS auth on all endpoints, SQLite storage, goldmark rendering with GFM and syntax highlighting. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
7 lines
73 B
Go
7 lines
73 B
Go
package web
|
|
|
|
import "embed"
|
|
|
|
//go:embed templates static
|
|
var FS embed.FS
|