msgba-web/templates/layouts/default.html.ep

6 lines
104 B
Plaintext

<!DOCTYPE html>
<html>
<head><title><%= title %></title></head>
<body><%= content %></body>
</html>