Back to Materialize

Kwlist

doc/user/layouts/shortcodes/kwlist.html

123216 B
Original Source

|{{range $index, $keyword := split (readFile ("sql-grammar/keywords.txt")) "\n"}} {{if and (not (hasPrefix $keyword "#")) $keyword}} {{ if eq (mod $index 4) 0 }} | | | {{ end }} {{$keyword|upper}} | {{end}} {{end}}