Skip to content

Instantly share code, notes, and snippets.

@jacksonh
Created July 6, 2010 00:16
Show Gist options
  • Save jacksonh/464840 to your computer and use it in GitHub Desktop.
Save jacksonh/464840 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title></title>
</head>
<body>
<h1>{% block title %}{% endblock %}</h1>
{% block content %}
{% endblock %}
<hr>
<address></address>
</body> </html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment