{% extends "layout.html" %} {% from "views/table.html" import table with context %} {% block body %} {{ table() }} {% endblock %}