12 lines
No EOL
277 B
HTML
12 lines
No EOL
277 B
HTML
{% load cms_tags sekizai_tags %}
|
|
<html>
|
|
<head>
|
|
<title>{% page_attribute "page_title" %}</title>
|
|
{% render_block "css" %}
|
|
</head>
|
|
<body>
|
|
{% cms_toolbar %}
|
|
{% placeholder "content" %}
|
|
{% render_block "js" %}
|
|
</body>
|
|
</html> |