i'm going to create a number based on content collection post, i need to know how many post in one collection:
so i need to create something like this (1/5) / (2/5) / (3/5) / (4/5) / (5/5)
since we can use {.repeated section items}, and also can use {.equal displayIndex 0} to detect the first post
how to print total post in items?
how to print displayIndex? i cannot print the value like this too { displayIndex }
how to define a variable?
{.repeated section items}
{ define variable x = 0} --> im going to do this
{ define x + 1 } --> and this
{.end}
thx...