cleaned up code and integrated some simple CSS
[rapidsms] / templates / layout.tmpl
1 <html>
2 <head>
3 <title>UNICEF Phone Application</title>
4 <link rel="stylesheet" type="text/css" href="{{homepath}}/static/style.css" />
5 </head>
6 <body>
7 <h1>UNICEF Phone Application</h1>
8 <div id="content">
9 {% block content %}
10 {% endblock %}
11
12 <div id="footer">
13 <strong>RapidSMS</strong> © 2007
14 <a href="http://mako.cc">Benjamin Mako Hill</a> ::
15 <a href="http://projects.mako.cc/source/rapidsms">Source Available</a> under
16 <a href="http://www.affero.org/oagpl.html">AGPL</a>
17
18 </div>
19 </div>
20 </body>
21 </html>

Benjamin Mako Hill || Want to submit a patch?