diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2024-10-18 15:50:19 +0200 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2024-10-18 15:50:19 +0200 |
| commit | 663e797209b11d7d234ca90da82fb809ac688845 (patch) | |
| tree | 1d0c040e22700f3b0c187557498e9175e30e14fd /templates/controls.j2 | |
| parent | e1d7bc9e679c8778c22f99d24ffc339791429c71 (diff) | |
Made macros out of reused components
Diffstat (limited to 'templates/controls.j2')
| -rw-r--r-- | templates/controls.j2 | 10 |
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"> |
