render css and js for the empty template

This commit is contained in:
Serghei Mihai 2014-03-28 14:52:40 +01:00
parent 4421daa175
commit 03da9ee03a
1 changed files with 11 additions and 1 deletions

View File

@ -1 +1,11 @@
{% load cms_tags sekizai_tags %}
<html>
<head>
<title>{% block title %}{% endblock %}</title>
{% render_block "css" %}
{% render_block "js" %}
</head>
<body>
{% placeholder "center" %}
</body>
</html>