Skip to content

Instantly share code, notes, and snippets.

@lihan
Created June 8, 2013 15:48
Show Gist options
  • Save lihan/5735574 to your computer and use it in GitHub Desktop.
Save lihan/5735574 to your computer and use it in GitHub Desktop.
My html template for django project
{% extends 'html5.html' %}
{% block title %}{% endblock title %}
{% block description %}{% endblock %}
{% block head_css %}{% endblock %}
{% block body_contents %}
{% endblock %}
{% block footer_script %}
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment