{% extends "base.html" %} {% block metadata -%} {%- if page.extra.episode is defined -%} {{ super() }} {%- for format in config.extra.formats %} {%- endfor %} {%- endif %} {%- endblock metadata %} {% block content -%} {% include "post.html" %} {%- endblock content %} {% block scripts -%} {{ super() }} {%- if page.extra.episode is defined %} {% include "podlove-player-script.html" %} {%- endif %} {%- endblock scripts %}