Created
January 23, 2014 09:16
-
-
Save patrick91/8575466 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% 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