{% import "net/http" %} {% func EditHTML(rq *http.Request, hyphaName, textAreaFill, warning string) %} {%s= navHTML(rq, hyphaName, "edit") %} Edit {%s hyphaName %} {%s= warning %} {%s textAreaFill %} Cancel {% endfunc %} {% func PreviewHTML(rq *http.Request, hyphaName, textAreaFill, warning string, renderedPage string) %} {%s= navHTML(rq, hyphaName, "edit") %} Edit {%s hyphaName %} (preview) {%s= warning %} {%s textAreaFill %} Cancel Note that the hypha is not saved yet. You can preview the changes ↓ {%s= renderedPage %} {% endfunc %}
Note that the hypha is not saved yet. You can preview the changes ↓