You need to use function and
, like:
{{ if and .condition1 .condition2 }}
<!-- SHOW SOMETHING -->
{{ end }}
Here’s an working example: https://play.golang.org/p/g_itE5ggCM
You need to use function and
, like:
{{ if and .condition1 .condition2 }}
<!-- SHOW SOMETHING -->
{{ end }}
Here’s an working example: https://play.golang.org/p/g_itE5ggCM