diff --git a/src/client/app/tmpl/home.html b/src/client/app/tmpl/home.html
index 0313f70..4a0eb24 100644
--- a/src/client/app/tmpl/home.html
+++ b/src/client/app/tmpl/home.html
@@ -61,7 +61,7 @@
<% } %>
<% var monthHeader = null, weekHeader = null, currentMonth, currentWeek, currentWeekMoment, a, mStart, mEnd, mDeadline; %>
-<%= appointments.length %>
+
<% for ( var ai = 0; ai < appointments.length; ai++ ) { %>
<% a = appointments[ ai ]; %>