mirror of
https://github.com/alecthomas/chroma.git
synced 2025-02-11 13:25:37 +02:00
12 lines
150 B
Plaintext
12 lines
150 B
Plaintext
{{/*
|
|
This is a multiline comment
|
|
*/}}
|
|
|
|
{{ $myVar := 2 }}
|
|
{{ $myVar = 4 }}
|
|
|
|
{{ range $idx, $value := $variable }}
|
|
Hello {{ $idx }}
|
|
{{ end }}
|
|
|
|
{{ $ }} |