diff templates/code.djhtml @ 80:eaa36eaaf74a

Start integration of new design * New stylesheets, templates, javascript, and images * Added some new template files with filler content for now. * Split up the contents of the static/ directory into img/, js/ and css/ Still in progress. Snippet-posting and -viewing will come soon.
author dellsystem <ilostwaldo@gmail.com>
date Fri, 24 Aug 2012 17:09:07 -0400
parents
children 64f69c85df71
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/code.djhtml	Fri Aug 24 17:09:07 2012 -0400
@@ -0,0 +1,6 @@
+{% extends "base.djhtml" %}
+
+{% block content %}
+<h1>Code</h1>
+<p>Not sure what belongs here</p>
+{% endblock %}