website-frontend/templates/home.html
2023-07-07 16:50:24 +02:00

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>