Skip to content

Instantly share code, notes, and snippets.

@jpetto
Created April 13, 2016 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpetto/2eec91a25dfef266616d069b44839cc1 to your computer and use it in GitHub Desktop.
Save jpetto/2eec91a25dfef266616d069b44839cc1 to your computer and use it in GitHub Desktop.
Conditional content in an include
{% block site_footer %}
{% with new_links=True %}
{% include 'includes/site-footer.html' %}
{% endwith %}
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment