Rename block

This commit is contained in:
Oliver Davies 2015-07-17 11:32:51 +01:00
parent 905cefbf99
commit 8cf796242c

View file

@ -4,6 +4,6 @@
<title>{{ site.title }}</title> <title>{{ site.title }}</title>
</head> </head>
<body> <body>
{% block body %}{% endblock %} {% block content %}{% endblock %}
</body> </body>
</html> </html>