diff --git a/templates/page.html b/templates/page.html index 2d353c1..a0adb17 100644 --- a/templates/page.html +++ b/templates/page.html @@ -2,6 +2,8 @@ {% block page_title %}{{ super() }} | {{ this.title }}{% endblock %} +{% block body_class %}{{ this.title|lower }}{% endblock %} + {% block main_content %}