Edit `)
//line templates/mutators.qtpl:22
qw422016.E().S(hyphaName)
//line templates/mutators.qtpl:22
qw422016.N().S(` (preview)
`)
//line templates/mutators.qtpl:23
qw422016.N().S(warning)
//line templates/mutators.qtpl:23
qw422016.N().S(`
Note that the hypha is not saved yet. You can preview the changes ↓
`)
//line templates/mutators.qtpl:33
qw422016.N().S(renderedPage)
//line templates/mutators.qtpl:33
qw422016.N().S(`
`)
//line templates/mutators.qtpl:35
}
//line templates/mutators.qtpl:35
func WritePreviewHTML(qq422016 qtio422016.Writer, rq *http.Request, hyphaName, textAreaFill, warning string, renderedPage string) {
//line templates/mutators.qtpl:35
qw422016 := qt422016.AcquireWriter(qq422016)
//line templates/mutators.qtpl:35
StreamPreviewHTML(qw422016, rq, hyphaName, textAreaFill, warning, renderedPage)
//line templates/mutators.qtpl:35
qt422016.ReleaseWriter(qw422016)
//line templates/mutators.qtpl:35
}
//line templates/mutators.qtpl:35
func PreviewHTML(rq *http.Request, hyphaName, textAreaFill, warning string, renderedPage string) string {
//line templates/mutators.qtpl:35
qb422016 := qt422016.AcquireByteBuffer()
//line templates/mutators.qtpl:35
WritePreviewHTML(qb422016, rq, hyphaName, textAreaFill, warning, renderedPage)
//line templates/mutators.qtpl:35
qs422016 := string(qb422016.B)
//line templates/mutators.qtpl:35
qt422016.ReleaseByteBuffer(qb422016)
//line templates/mutators.qtpl:35
return qs422016
//line templates/mutators.qtpl:35
}