i've searched and watched the docs, but i don't know how to just ignore some blocks in template.
e.g.
temp:
hello {{name}}
below is some block contains some syntax conflict with pongo2's syntax
i want to just skip this blocks
{% skip %}
{{#success build.status}}
do something
{{else}}
do something else
{{/success}}
{% endskip %}
here is other text won't be ignored
hi {{ pongo }}
i want to konw if we have some syntax like {% comment %} but it's behavior is just skip/jump some block
any helps is welcome, thx!
i've searched and watched the docs, but i don't know how to just
ignoresome blocks in template.e.g.
temp:
i want to konw if we have some syntax like
{% comment %}but it's behavior is just skip/jump some blockany helps is welcome, thx!