Views now working, basic construction complete

This commit is contained in:
2010-02-25 22:44:59 +00:00
parent 180b344c72
commit c0a5f75504
12 changed files with 278 additions and 9 deletions

View File

@@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
<title>dredd.it - {% block title %}{% endblock %}</title>
<style type="text/css">
BODY, TH, TD, P {
font-size: 0.9em;
font-family: Verdana;
}
</style>
</head>
<body>
{% block content %}{% endblock %}
</body>
</html>