Replies: 1 comment 3 replies
-
|
It's probably because the I'd suggest using conditional classes to make odd vs even formatting. The error could be a lot better here(!) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
I am trying to create a template as follows:
but it results in:
I have tried extracting the 2 for and 1 if statement into their own components, but that didn't work.
placing this logic in a go html template and executing that has worked, but I would prefer to have all the logic in one place.
any ideas what I can do to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions