6 lines
56 B
Plaintext
6 lines
56 B
Plaintext
#name : with
|
|
# --
|
|
{% with $1 = $2 %}
|
|
$0
|
|
{% endwith %}
|