Skip to content
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

Example

[{% 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.

Results

This is the output MulleScion generates from the examples above.

Example

[[
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....

Clone this wiki locally