From d651571bca87057b7680d576f34c66a149b2da0f Mon Sep 17 00:00:00 2001
From: early
var index = page.New("index", "index.html",
page.OnLoad(func(data render.Data) error {
- data.Set("message", "Hello, Hastur!")
+ data.Set("message", "Hello, Mast!")
return nil
}),
page.Funcs(template.FuncMap{
diff --git a/cmd/run-mast-examples/index.html b/cmd/run-mast-examples/index.html
index bd9e8af..707a0a8 100644
--- a/cmd/run-mast-examples/index.html
+++ b/cmd/run-mast-examples/index.html
@@ -1,11 +1,11 @@
- Hastur Engine Examples
+ Mast Engine Examples
- Hastur Engine Examples
- This is a set of examples for usage of the Hastur Web Engine!
+ Mast Engine Examples
+ This is a set of examples for usage of the Mast Web Engine!
Links
- Pages
--
2.39.5