Mercurial > hg > GlobalNeighbors
comparison globalneighbors/templates/city.html @ 12:6d89ea94930b
add passthrough fileserver for autocomplete
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 25 Jun 2017 13:18:13 -0700 |
parents | 21ed15391e8a |
children | 27925261c137 |
comparison
equal
deleted
inserted
replaced
11:d1b99c695511 | 12:6d89ea94930b |
---|---|
3 <head> | 3 <head> |
4 <title>{{ name }}</title> | 4 <title>{{ name }}</title> |
5 </head> | 5 </head> |
6 <body> | 6 <body> |
7 <h1>{{ name }}</h1> | 7 <h1>{{ name }}</h1> |
8 | |
9 <dl> | |
10 <dt>Population:</dt> | |
11 </dl> | |
8 </body> | 12 </body> |
9 </html> | 13 </html> |