cms/cmsMain/templates/index.html
2024-08-11 22:39:47 +03:00

11 lines
No EOL
213 B
HTML

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
{{content|safe}}
</body>
</html>