From 9cdf28502a31f609b1b3e031cdfab81b929991f1 Mon Sep 17 00:00:00 2001 From: evilchili Date: Thu, 1 Feb 2024 00:28:35 -0800 Subject: [PATCH] sample macro --- ttfrog/assets/templates/list.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ttfrog/assets/templates/list.html diff --git a/ttfrog/assets/templates/list.html b/ttfrog/assets/templates/list.html new file mode 100644 index 0000000..e76464a --- /dev/null +++ b/ttfrog/assets/templates/list.html @@ -0,0 +1,10 @@ +{% macro build_list(records) %} +
+ +
+{% endmacro %}