{% import "net/http" %} {% import "github.com/bouncepaw/mycorrhiza/util" %} {% func EditHTML(rq *http.Request, hyphaName, textAreaFill, warning string) %} {%s= NavHTML(rq, hyphaName, "edit") %}

Edit {%s util.BeautifulName(hyphaName) %}

{%s= warning %}

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

Edit {%s util.BeautifulName(hyphaName) %} (preview)

{%s= warning %}

Cancel

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

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