website/layouts/sandbox-1/list.html

10 lines
116 B
HTML
Raw Normal View History

2023-06-25 17:51:20 +00:00
{{ define "main" }}
<h1>Sandbox 1</h1>
<pre>
{{ mod -1 2 }}
{{ partial "fullmod" (slice -1 5) }}
</pre>
{{ end }}