{% extends "base.html" %} {% from "list.html" import build_list %} {% block content %} {{ build_list(all_records) }}
{{ record }}
{{ config }}