Skip to content

Instantly share code, notes, and snippets.

@volgar1x
Created August 2, 2012 20:11
Show Gist options
  • Save volgar1x/3240244 to your computer and use it in GitHub Desktop.
Save volgar1x/3240244 to your computer and use it in GitHub Desktop.
<div class="content">
<div class="title">
{% block content_title %}
{% endblock %}
</div>
<div class="body">
{% block content_body %}
{% endblock %}
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment