Skip to content

Instantly share code, notes, and snippets.

View chaufon's full-sized avatar
馃彔
Working from home

Carlos Laurente chaufon

馃彔
Working from home
View GitHub Profile
@issackelly
issackelly / gist:928783
Created April 19, 2011 16:48
Django Template {{ block.super }} example
# Template: A.html
<html>
<head></head>
<body>
{% block hello %}
HELLO
{% endblock %}
</body>
</html>