5 lines
159 B
Cheetah
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}}
|