<!DOCTYPE html>
<html>
<head>
<title><%= title %></title>
</head>
<body>
%= include 'layouts/default/_header'
%= include 'items/_err_msg'
<%= content %>
%= include 'layouts/default/_footer'
</body>
</html>