Hi mad ,
Thanks for your fast answer, i try it, but it doens't work, what i mean, i know some subitems have other tags, but there shows only the same tag.
That's my code:
<@ foreach in pagelist @>
<div class="columns before-after-list-content p-md">
<div class="column">
<img class="content-image" data-aos="flip-right" src="@{ HoofdAfbeelding }" alt="@{ title }"
title="@{ title }">
</div>
<div class="column center">
<div>
<h3 class="is-size-2 has-text-centered title-with-divider-center">@{ title }</h3>
<p class="has-text-centered p-md" style="font-size:18px; background: #f9f9f9">@{ Omschrijving }</p>
<@ foreach in tags @>
<span class="tag is-medium">@{ :tag }</span>
<@ end @>
</div>
</div>
</div>
<@ end @>
You can see the result here:
http://php.webkusthosting.be/before-and-after