{% extends "base.html" %} {% block content -%} {%- for page in paginator.pages %} {% include "post.html" %}
{%- endfor %} {%- if paginator.number_pagers > 1 %} {%- endif %} {%- endblock content %} {% block scripts -%} {{ super() }} {% include "podlove-player-script.html" %} {%- endblock scripts %}