1
0
mirror of https://github.com/Luzifer/promcertcheck.git synced 2024-09-20 09:52:57 +00:00
promcertcheck/vendor/github.com/flosch/pongo2/template_tests/variables.tpl
Knut Ahlers 2f67c05f2e
Force latest version of pongo2
v3 has a bug with sorted keyword

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-11-05 16:50:25 +01:00

16 lines
290 B
Smarty

{{ 1 }}
{{ -5 }}
{{ "hallo" }}
{{ true }}
{{ false }}
{{ simple.uint }}
{{ simple.nil }}
{{ simple.str }}
{{ simple.bool_false }}
{{ simple.bool_true }}
{{ simple.uint }}
{{ simple.uint|integer }}
{{ simple.uint|float }}
{{ simple.multiple_item_list.10 }}
{{ simple.multiple_item_list.4 }}