website-frontend/templates/home.html

12 lines
277 B
HTML
Raw Normal View History

2023-07-07 14:50:24 +00:00
{% 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>