{% from "macros/video.html" import table, check_button %} {% extends "base.html" %} {% set title = "Videos" %} {% block content %} {{ check_button() }} {{ table() }} {{ check_button() }} {% endblock %} {% block script %} {% endblock %}