finish jinja templating

This commit is contained in:
2024-08-07 12:22:17 -05:00
parent d33767b545
commit ab43296ec2
2 changed files with 47 additions and 48 deletions

View File

@@ -191,6 +191,7 @@ if __name__ == "__main__":
# Define some data to pass to the template
data = {
'keypad_size': keypad_size,
'customer_set_vals': set_vals,
'customer_attr_view': customer_attr_view,
'set_attribute_dict': set_attribute_dict,