view globalneighbors/templates/city.html @ 10:21ed15391e8a

add a placeholder view for a city based on geoid
author Jeff Hammel <k0scist@gmail.com>
date Sun, 25 Jun 2017 12:28:36 -0700
parents
children 6d89ea94930b
line wrap: on
line source

<!DOCTYPE html>
<html>
  <head>
    <title>{{ name }}</title>
  </head>
  <body>
    <h1>{{ name }}</h1>
  </body>
</html>