diff --git a/template/index.html b/template/index.html
index 7ac3e3a..67cc37e 100644
--- a/template/index.html
+++ b/template/index.html
@@ -1,44 +1,50 @@
-
+
-
-
-
-
-
- Koodiklinikan palkkakysely
-
-
-Koodiklinikan palkkakysely
-Tunnusluvut
-
- - n = {{ df|length }}
- {% with num_kk = df[pd.to_numeric(df['Kuukausipalkka'], errors='coerce').notnull()]['Kuukausipalkka'] %}
- - Keskimääräinen kuukausipalkka = {{ num_kk.mean()|round(0) }} €
- - Mediaanikuukausipalkka = {{ num_kk.median()|round(0) }} €
- {% endwith %}
- {% with num_v = df[pd.to_numeric(df['Vuositulot'], errors='coerce').notnull()]['Vuositulot'] %}
- - Keskimääräiset vuositulot = {{ num_v.mean()|round(0) }} €
- - Mediaanivuositulot = {{ num_v.median()|round(0) }} €
- {% endwith %}
-
-Työkalut
-
-Data
-
-
-
+
+
+
+
+
+ Koodiklinikan palkkakysely, {{ year }}
+
+
+ Koodiklinikan palkkakysely, {{ year }}
+ Tunnusluvut
+
+ - n = {{ df|length }}
+ {% with num_kk = df[pd.to_numeric(df['Kuukausipalkka'],
+ errors='coerce').notnull()]['Kuukausipalkka'] %}
+ - Keskimääräinen kuukausipalkka = {{ num_kk.mean()|round(0) }} €
+ - Mediaanikuukausipalkka = {{ num_kk.median()|round(0) }} €
+ {% endwith %} {% with num_v = df[pd.to_numeric(df['Vuositulot'],
+ errors='coerce').notnull()]['Vuositulot'] %}
+ - Keskimääräiset vuositulot = {{ num_v.mean()|round(0) }} €
+ - Mediaanivuositulot = {{ num_v.median()|round(0) }} €
+ {% endwith %}
+
+ Työkalut
+
+ Data
+
+
+