2024-05-11 15:30:52 +02:00

8 lines
160 B
Go

// Package epubtemplates Templates use to create xml files of the EPUB.
package epubtemplates
import _ "embed"
//go:embed "blank.xhtml.tmpl"
var Blank string