configui/templates/components/editor.tmpl

5 lines
159 B
Cheetah

{{define "components/editor"}}
<code-input class="content" style="height: 70vh; width: 100%" lang="{{.Lang}}" name="editor">
{{.Content}}
</code-input>
{{end}}