{% extends '_base.html' %} {% block title %}{{page_title}}{% endblock title %} {% block content %} Recorded audios {% for record in records %} {% endfor %} {% endblock content %}