1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-27 01:28:28 +08:00
2019-11-17 01:50:00 +08:00

12 lines
423 B
Cheetah

{{define "table"}}<table class="story" data-scene='{{options . "scene"}}'
data-enjoy='{{options . "enjoy"}}' data-happy='{{options . "happy"}}'>{{range $i, $line := .|trans}}
{{if eq $i 0}}
<tr>{{range $i, $v := $line}}<th>{{$v}}</th>{{end}}</tr>
{{else}}
<tr>{{range $i, $v := $line}}<td>{{$v}}</td>{{end}}</tr>
{{end}}
{{end}}</table>{{end}}
{{define "code"}}<div>{{results .}}</div>{{end}}