Hey,
This is probably a stupid question but how would I get the item text when I go through all my items. This is what I have already:
{{ items }}
{{ /items }}
But what do I put in the middle to get the actual item text? This is what my content files look like.
items:
- 'Mark Zuckerberg ''no show'' in Parliament'
- 'Uber fined for losing UK customer data'
If I put anything inside the items tags, I can see it is outputting the text the correct amount of times.
I've checked the documentation, but there's not much on there.