{{define "toolbar"}} {{end}} {{define "editing hypha"}}Edit {{beautifulName .}}{{end}} {{define "previewing hypha"}}Preview of {{beautifulName .}}{{end}} {{define "title"}} {{- if .Preview -}} {{template "previewing hypha" .HyphaName}} {{- else -}} {{template "editing hypha" .HyphaName}} {{- end -}} {{end}} {{define "body"}}

{{block "editing [[hypha]]" .HyphaName}} Edit {{beautifulName .}} {{end}}

{{if .IsNew}}

{{block "you're creating a new hypha" .}}You are creating a new hypha.{{end}}

{{end}}

{{template "cancel" .}}

{{if .Preview}}

{{block "preview tip" .}}Note that the hypha hasn't been saved yet. Here's the preview:{{end}}

{{.Preview}}
{{end}}
{{template "toolbar" .}} {{range .EditScripts}} {{end}} {{end}}