Dorokhov.codes

Syntax

String comparing function:

{{ if (eq "hello" "hello") }}
    ...
{{ end }}

Logical operations:

{{ if not .Params.showIndex }}
    ...
{{ end }}