265ce28 by Anon Ray at 2013-02-08 | 1 | <!DOCTYPE html> |
2 | <html> |
|
3 | <head> |
|
4 | <title>Lepakshi Mural - JSON history</title> |
|
5 | <link rel="stylesheet" type="text/css" href="static/bootstrap.css"></link> |
|
6 | <meta charset="utf-8" /> |
|
7 | </head> |
|
8 | <body> |
|
9 | <div class="container"> |
|
10 | <h3> JSON history </h3> |
|
11 | <ul> |
|
12 | {% for file in ls %} |
|
13 | <li><a href="/editor?{{ file }}">{{ file }}</a></li> |
|
14 | {% endfor %} |
|
15 | </ul> |
|
16 | </div> |
|
17 | </body> |
|
18 | </html> |