{% extends "frame.twig" %} {% block title %} {{ title }} {% endblock %} {% block mainContent %} {{ title }} {{ content | raw }} Files {% for doc in files %} {% if doc.type != "mp3" %} {% set path = doc.file|split('/') %} {{ path[6] }} {% endif %} {% endfor %} Sounds {% for doc in files %} {% if doc.type == "mp3" %} Your browser does not support the audio element. {% endif %} {% endfor %} Info {{ meta['who'] }} dropped this {{ meta['when'] }} Tags {% for tag in meta['tags'] %} {% if dynamicRender is defined %} {% if dynamicRender == 'true' %} {{ tag.label }} {% else %} {{ tag.label }} {% endif %} {% else %} {{ tag.label }} {% endif %} {% endfor %} {% endblock %}
{{ content | raw }}