Add a block for body_classes

This commit is contained in:
Oliver Davies 2015-06-18 17:38:20 +01:00
parent dbf2d2c173
commit 2e981b6345

View file

@ -4,7 +4,7 @@
<!--[if gt IE 9]> <html> <![endif]-->
<!--[if !IE]><!--> <html> <!--<![endif]-->
{% include 'head' %}
<body{% if page.body_class %} class="{{ page.body_class }}"{% endif %}>
<body class="{% block body_classes %}{% endblock %}">
{% include 'navbar' %}
<div class="container">