mirror of
https://github.com/zaaarf/friendenstein.git
synced 2024-11-15 03:59:22 +01: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>
|