{{path.content}}
{{card.id}}
{{card['women-name']}}
{
if (context.trigger == 'prev') {
if (imgIndex == 0) {
imgIndex = imgs.length - 1
} else {
imgIndex--
}
}
if (context.trigger == 'next') {
if (imgIndex == imgs.length - 1) {
imgIndex = 0
} else {
imgIndex++
}
}
}">
{{play}} {{women}}
{{title}}