diff options
Diffstat (limited to 'templates/index.html.j2')
-rw-r--r-- | templates/index.html.j2 | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/templates/index.html.j2 b/templates/index.html.j2 deleted file mode 100644 index 234759f..0000000 --- a/templates/index.html.j2 +++ /dev/null @@ -1,16 +0,0 @@ -{% extends "template.html.j2" %} -{% block content %} - <div id="multicharts"> - <ul> - {% for elem in charts %} - <li> - <div class="chart_container"> - <div class="minichart" id="/minichart{{ elem['url'] }}"> - </div> - </div> - <a class="bottom_text" href="{{ elem['url'] }}">{{ elem['title'] }}</a> - </li> - {% endfor %} - </ul> - </div> -{% endblock %}
\ No newline at end of file |