Mercurial > hg > GlobalNeighbors
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/globalneighbors/templates/index.html Sat Jun 24 15:47:59 2017 -0700 @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> + <head> + <title>Global Neighbors</title> + </head> + <body> + <h1>Global Neighbors</h1> + <h2>Serving {{ n_cities }} cities</h2> + </body> +</html>