diff --git a/prosopopee/themes/light/templates/sections/audio.html b/prosopopee/themes/light/templates/sections/audio.html new file mode 100644 index 0000000..f40a13e --- /dev/null +++ b/prosopopee/themes/light/templates/sections/audio.html @@ -0,0 +1,8 @@ +{% if section.image.type == "audio" %} +{% set audio = Audio(section.image) %} +{{ audio.copy() }} +{% endif %} +

{% if section.title %}{{ section.title }}{% else %}{{ audio }}{% endif %}

+