Skip to content

Conditionals

Use if/else in templates to branch content.

if include_extra:
    <<Extra section>>
else:
    <<Minimal section>>