Created
February 9, 2011 18:04
-
-
Save alexcabrera/818914 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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