2023-05-06 04:24:49 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title><%= title %></title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2023-05-09 06:37:07 +00:00
|
|
|
%= include 'layouts/default/_header'
|
2024-08-24 07:06:51 +00:00
|
|
|
%= include 'items/_err_msg'
|
2023-05-06 04:24:49 +00:00
|
|
|
<%= content %>
|
2023-05-09 06:37:07 +00:00
|
|
|
%= include 'layouts/default/_footer'
|
2023-05-06 04:24:49 +00:00
|
|
|
</body>
|
|
|
|
</html>
|