Created
June 8, 2013 15:48
-
-
Save lihan/5735574 to your computer and use it in GitHub Desktop.
My html template for django project
This file contains 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
{% 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