Skip to content

Instantly share code, notes, and snippets.

@rdegges
Created February 18, 2010 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdegges/307971 to your computer and use it in GitHub Desktop.
Save rdegges/307971 to your computer and use it in GitHub Desktop.
{% comment %}
This template is a completely 100% generic HTML5 template.
{% endcomment %}
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
{% block head %}{% endblock %}
</head>
<body>
{% block body %}{% endblock %}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment