2014-04-26 09:18:56 +00:00
|
|
|
package Templates
|
|
|
|
|
2014-10-19 17:19:11 +00:00
|
|
|
import (
|
|
|
|
LM "github.com/SommerEngineering/Ocean/Log/Meta"
|
|
|
|
"html/template"
|
|
|
|
)
|
2014-04-26 09:18:56 +00:00
|
|
|
|
|
|
|
var (
|
|
|
|
templates *template.Template = nil
|
|
|
|
senderName LM.Sender = `System::Templates`
|
|
|
|
zipData []byte = nil
|
|
|
|
isInit bool = false
|
|
|
|
)
|