This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
montpellier-themes/templates/combo/base_empty.html

12 lines
213 B
HTML

{% load cms_tags sekizai_tags %}
<html>
<head>
<title>{% block title %}{% endblock %}</title>
{% render_block "css" %}
{% render_block "js" %}
</head>
<body>
{% placeholder "center" %}
</body>
</html>