-
Notifications
You must be signed in to change notification settings - Fork 1
xxx
Nat! edited this page Feb 28, 2023
·
1 revision
# MulleScion |
Introduction | #! | Environment Variables | Expressions |
Formatting Options | Global Variables | NSMakeRange | [] |
block | define | . | exists |
extends | filter | for | if |
includes | log | macro | requires |
self | set | verbatim | while |
| |
[{% verbatim %}[
This just grabs all data between "{% verbatim %}" and "{% endverbatim %}" and
doesn't interpret it.
{% if egal %}
]{% endverbatim %}]
Back to business: {{ name }}
Can verbatim/endverbatim be used in multi-line statements ? Preferably not.
This is the output MulleScion generates from the examples above.
[[
This just grabs all data between "{% verbatim %}" and "{% endverbatim %}" and
doesn't interpret it.
{% if egal %}
]]
Back to business: VfL Bochum 1848
Powered by MulleScion....