Skip to content

Instantly share code, notes, and snippets.

@alexcabrera
Created February 9, 2011 18:04
Show Gist options
  • Select an option

  • Save alexcabrera/818914 to your computer and use it in GitHub Desktop.

Select an option

Save alexcabrera/818914 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>{% block html_title %}{% endblock %}</title>
<meta name="description" content="">
<meta name="author" content="">
</head>
<body id="{% block body_id %}base{% endblock %}" class="{% block body_class %}default{% endblock %}">
{% block body_container %}
<div id="site_container">
{% block body_container %}{% endblock %}
</div>
{% endblock %}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment