Skip to content

Instantly share code, notes, and snippets.

@F1LT3R
Last active August 29, 2015 14:17
Show Gist options
  • Select an option

  • Save F1LT3R/b8ac5a3a026e9feddb2c to your computer and use it in GitHub Desktop.

Select an option

Save F1LT3R/b8ac5a3a026e9feddb2c to your computer and use it in GitHub Desktop.
Variables in Django
{% with False as something %}
{% if something %}
True
{% else %}
False
{% endif %}
{% endwith %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment