comparison globalneighbors/templates/index.html @ 6:316e1d54ffd4

move to jinja templates
author Jeff Hammel <k0scist@gmail.com>
date Sat, 24 Jun 2017 15:47:59 -0700
parents
children 254195d0bac2
comparison
equal deleted inserted replaced
5:7e27e874655b 6:316e1d54ffd4
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Global Neighbors</title>
5 </head>
6 <body>
7 <h1>Global Neighbors</h1>
8 <h2>Serving {{ n_cities }} cities</h2>
9 </body>
10 </html>