Mercurial > hg > agora
view templates/about.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 | fa00a4bacac0 |
line wrap: on
line source
{% extends "base.djhtml" %} {% block content %} <h1>About Agora Octave</h1> <p>Agora Octave is a blah blah</p> <h2>Get involved</h2> <p>You can contribute etc</p> <h2>Contact information</h2> <p>Not sure what belongs here</p> {% endblock %}