]> gitweb.michael.orlitzky.com - dead/census-tools.git/blob - www/maps/maps/templates/base.mako
Made the routing Javascript render inline on a new view, location/route.
[dead/census-tools.git] / www / maps / maps / templates / base.mako
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2
3 <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
4
5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <meta name="author" content="Michael Orlitzky" />
8
9 <title>Map Demo</title>
10
11 ${h.stylesheet_link('/stylesheets/reset.css')}
12 ${h.stylesheet_link('/stylesheets/common.css')}
13
14 ${next.scripts()}
15 </head>
16
17 <body>
18
19 ${next.body()}\
20
21 </body>
22 </html>