Skip to content

Instantly share code, notes, and snippets.

@patrick91
Created January 23, 2014 09:16
Show Gist options
  • Select an option

  • Save patrick91/8575466 to your computer and use it in GitHub Desktop.

Select an option

Save patrick91/8575466 to your computer and use it in GitHub Desktop.
{% load cms_tags sekizai_tags compressed static %}
{% if not request.is_ajax %}{% include "base_head.html" %}{% endif %}
<div class="main">
{% block base_content %}{% endblock %}
</div>
{% if not request.is_ajax %}{% include "base_foot.html" %}{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment