Skip to content

Instantly share code, notes, and snippets.

@matthewblewitt
Last active September 6, 2018 10:38
Show Gist options
  • Save matthewblewitt/09b8a7b9d6b06810f11fcc9a9a7d1b3c to your computer and use it in GitHub Desktop.
Save matthewblewitt/09b8a7b9d6b06810f11fcc9a9a7d1b3c to your computer and use it in GitHub Desktop.
Nunjucks ternary cheatsheet

Ternary

{{ 'true' if conditional else 'false'  }}

Dump

{{ variable | dump }}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment