1
0
mirror of https://github.com/Luzifer/promcertcheck.git synced 2024-09-20 18:02:56 +00:00
promcertcheck/vendor/github.com/flosch/pongo2/template_tests/set.tpl

5 lines
226 B
Smarty

{% set new_var = "hello" %}{{ new_var }}
{% block content %}{% set new_var = "world" %}{{ new_var }}{% endblock %}
{{ new_var }}{% for item in simple.misc_list %}
{% set new_var = item %}{{ new_var }}{% endfor %}
{{ new_var }}