We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
js
body_class
default
{% if x %}{{x}}{% else %}this is the default{% endif %}
with:
{{ x | default 'this is the default' }}
author_github