From: early Date: Sun, 28 Jul 2024 05:52:56 +0000 (-0600) Subject: Remember to remove the temp name X-Git-Url: https://git.earlybird.gay/?a=commitdiff_plain;h=d651571bca87057b7680d576f34c66a149b2da0f;p=today Remember to remove the temp name --- diff --git a/cmd/run-mast-examples/ex04-templates/example.go b/cmd/run-mast-examples/ex04-templates/example.go index ca12658..32f0ae6 100644 --- a/cmd/run-mast-examples/ex04-templates/example.go +++ b/cmd/run-mast-examples/ex04-templates/example.go @@ -11,7 +11,7 @@ import ( var Page = page.New("ex04", "page.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/ex04-templates/page.html b/cmd/run-mast-examples/ex04-templates/page.html index fb62122..7bea144 100644 --- a/cmd/run-mast-examples/ex04-templates/page.html +++ b/cmd/run-mast-examples/ex04-templates/page.html @@ -16,7 +16,7 @@

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

  1. Pages