diff 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 diff
--- a/globalneighbors/templates/city.html	Sun Jun 25 12:54:05 2017 -0700
+++ b/globalneighbors/templates/city.html	Sun Jun 25 13:18:13 2017 -0700
@@ -5,5 +5,9 @@
   </head>
   <body>
     <h1>{{ name }}</h1>
+
+    <dl>
+      <dt>Population:</dt>
+    </dl>
   </body>
 </html>