2021-10-19 09:28:38 +00:00
|
|
|
{{define "components/editor"}}
|
2021-10-19 10:33:49 +00:00
|
|
|
<section class="section">
|
|
|
|
<container class="container is-max-desktop">
|
|
|
|
<div id="editor">{{.Content}}</div>
|
|
|
|
</container>
|
|
|
|
</section>
|
2021-10-19 09:28:38 +00:00
|
|
|
{{end}}
|