Mercurial > hg > GlobalNeighbors
view 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 |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <title>{{ name }}</title> </head> <body> <h1>{{ name }}</h1> <dl> <dt>Population:</dt> </dl> </body> </html>