14 lines
254 B
Plaintext
14 lines
254 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="<%= config.language %>">
|
|
<head>
|
|
<%- include('head') %>
|
|
</head>
|
|
<body>
|
|
<div id="header">
|
|
<%- include("../headers/site_wide") %>
|
|
</div>
|
|
<%- message %>
|
|
</body>
|
|
</html>
|
|
|