summaryrefslogtreecommitdiffstats
path: root/benchmark/CloseBtn.jinja
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--benchmark/CloseBtn.jinja2
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmark/CloseBtn.jinja b/benchmark/CloseBtn.jinja
new file mode 100644
index 0000000..c4fd809
--- /dev/null
+++ b/benchmark/CloseBtn.jinja
@@ -0,0 +1,2 @@
+{#def disabled=False -#}
+<button type="button"{{ " disabled" if disabled else "" }}>&times;</button>