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