Skip to content

Instantly share code, notes, and snippets.

@fsouza
Created August 11, 2010 21:54
Show Gist options
  • Save fsouza/519845 to your computer and use it in GitHub Desktop.
Save fsouza/519845 to your computer and use it in GitHub Desktop.
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<title>{% block title %}Blog{% endblock %}</title>
</head>
<body id="">
{% block content %}
{% endblock %}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment