{% extends "RateYourLife/base.html" %} {% block title %}Home{% endblock %} {% block content %} {% load static %}
{% include "RateYourLife/calendar.html" %}
{% include "RateYourLife/day.html" %}
{% endblock %}