PostText/templates/layouts/main.html.ep
2022-07-30 02:33:45 -04:00

11 lines
150 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<title>Post::Text - <%= title %></title>
</head>
<body>
<h1>Post::Text</h1>
<%= content =%>
</body>
</html>