diff --git a/appview/pages/templates/spindles/index.html b/appview/pages/templates/spindles/index.html index 3ca97f13..d26c088c 100644 --- a/appview/pages/templates/spindles/index.html +++ b/appview/pages/templates/spindles/index.html @@ -7,13 +7,25 @@ - {{ block "all" . }} {{ end }} + {{ block "about" . }} {{ end }} + {{ block "list" . }} {{ end }} {{ block "register" . }} {{ end }} {{ end }} -{{ define "all" }} +{{ define "about" }} + + + Spindles are small CI runners. + + Checkout the documentation if you're interested in self-hosting. + + + +{{ end }} + +{{ define "list" }} your spindles
+ Spindles are small CI runners. + + Checkout the documentation if you're interested in self-hosting. + +