CharmBoard/templates/layouts/default.html.ep

12 lines
186 B
Plaintext
Raw Normal View History

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