summaryrefslogtreecommitdiff
path: root/templates/controls.j2
diff options
context:
space:
mode:
authorKaran Jayachandra <karan.jayachandra@nxp.com>2024-10-18 15:50:19 +0200
committerKaran Jayachandra <karan.jayachandra@nxp.com>2024-10-18 15:50:19 +0200
commit663e797209b11d7d234ca90da82fb809ac688845 (patch)
tree1d0c040e22700f3b0c187557498e9175e30e14fd /templates/controls.j2
parente1d7bc9e679c8778c22f99d24ffc339791429c71 (diff)
Made macros out of reused components
Diffstat (limited to 'templates/controls.j2')
-rw-r--r--templates/controls.j210
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/controls.j2 b/templates/controls.j2
index 0b1451a..125dd38 100644
--- a/templates/controls.j2
+++ b/templates/controls.j2
@@ -1,10 +1,10 @@
{% from "macros.j2" import court %}
<div class="fixed-grid has-12-cols">
-<div class="grid">
-{% for key, value in courts.items() %}
- {{ court(key, value) }}
-{% endfor %}
-</div>
+ <div class="grid">
+ {% for key, value in courts.items() %}
+ {{ court(key, value) }}
+ {% endfor %}
+ </div>
</div>
<div class="columns">
<div class="column">