mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-08 16:20:58 +00:00
5 lines
103 B
HTML
5 lines
103 B
HTML
{{ /* djlint:on */ }}
|
|
<h1>Test</h1><p>{{ .Variable }}</p>
|
|
{{ range .Items }} <p>{{ . }}
|
|
|
|
</p>{{ end }}
|