diff --git a/templates/index.html b/templates/index.html
index 78369c8..c7e9bcf 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -60,11 +60,9 @@
Last Mileage
{% for point in data %}
- {% for item in point %}
- -
- {{ item['top'] }}
-
- {% endfor %}
+ -
+ {{ point[0] }} = {{ point[1] }}, {{point[2]}}
+
{% endfor %}
{% endblock %}
diff --git a/templates/layout.html b/templates/layout.html
index 98ea575..528f66f 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -41,7 +41,7 @@
Home
-