-
Sign up to beaconcha.in
+
Sign up to {{$.SiteDomain}}
Manage and track the progress of your validator.
{{if .Flashes}}
{{range $i, $flash := .Flashes}}
diff --git a/types/templates.go b/types/templates.go
index 73f742238f..df92299e22 100644
--- a/types/templates.go
+++ b/types/templates.go
@@ -15,6 +15,7 @@ type PageData struct {
Active string
HeaderAd bool
Meta *Meta
+ SiteDomain string
ShowSyncingMessage bool
User *User
Data interface{}