Files
slimes-website/templates/_layout.html
2025-12-08 20:54:02 +01:00

17 lines
308 B
HTML

<!DOCTYPE html>
<html lang="{{ lang }}">
<head>
<meta charset="utf-8"/>
<title>{% block title %}Dynamic Form{% endblock %}</title>
<style>
/*<![CDATA[*/
{%~ include "_layout.css" ~%}
/*]]>*/
</style>
</head>
<body>
{% block content %}{% endblock %}
</body>
</html>