You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An if statement like this: {{ if or (.FTEHeadline) (.RevenueHeadline) (.EbitdaHeadline) }}
Fails to parse correctly.
Combination of builtin functions and round brackets.
Template:
{{ if or (.FTEHeadline) (.RevenueHeadline) (.EbitdaHeadline) }}
<div class="flex flex-wrap items-center gap-4">
{{.FTEHeadline}}
{{.RevenueHeadline}}
{{.EbitdaHeadline}}
</div>
{{end}}
An if statement like this:
{{ if or (.FTEHeadline) (.RevenueHeadline) (.EbitdaHeadline) }}
Fails to parse correctly.
Combination of builtin functions and round brackets.
Template:
Fails to generate:
gohtml -v
output:The text was updated successfully, but these errors were encountered: