Created
October 19, 2011 10:13
-
-
Save westphahl/1297896 to your computer and use it in GitHub Desktop.
Base template
This file contains 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="de"> | |
<head> | |
<title>{% block title %}{% endblock %}</title> | |
<meta charset="utf-8"> | |
<link rel="stylesheet" href="{{ MEDIA_URL }}style/screen.css"> | |
</head> | |
<body> | |
{% block content %}{% endblock %} | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment