mirror of
https://github.com/zaaarf/friendenstein.git
synced 2024-11-14 19:49:21 +01: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> |