{~ foreach(@tags as @tag): ~}
  • {{@tag}}
  • {~ endforeach ~}
  • Pepe
    {~ foreach(@files as @file): ~}
  • {~ if(!empty(@file.tags->image)): ~} {~ endif ~}

    {{@file.tags->title}}

    {{ @file.tags->author}} {{ substr(@file.tags->date->format('Y-m-d H:i:s'), 0, 10) }}
  • {~ endforeach ~}