guestbook-ng/templates/layouts/default.html.ep
2021-12-04 00:11:37 -05:00

10 lines
106 B
Plaintext

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