mirror of
https://github.com/Speyll/anemone.git
synced 2024-11-13 01:46:24 +00:00
7 lines
165 B
HTML
7 lines
165 B
HTML
|
<div class='{{ .Get "class" }}'>
|
||
|
{{ range split .Inner "<--->" }}
|
||
|
<div class="markContainer">
|
||
|
{{ . | $.Page.RenderString }}
|
||
|
</div>
|
||
|
{{ end }}
|
||
|
</div>
|