{% import "net/http" %} {% func EditHTML(rq *http.Request, hyphaName, textAreaFill, warning string) %} {%s= navHTML(rq, hyphaName, "edit") %}

Edit {%s hyphaName %}

{%s= warning %}

Cancel
{% endfunc %} {% func PreviewHTML(rq *http.Request, hyphaName, textAreaFill, warning string, renderedPage string) %} {%s= navHTML(rq, hyphaName, "edit") %}

Edit {%s hyphaName %} (preview)

{%s= warning %}

Cancel

Note that the hypha is not saved yet. You can preview the changes ↓

{%s= renderedPage %}
{% endfunc %}