PostText/templates/layouts/main.html.ep

11 lines
150 B
Plaintext
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<title>Post::Text - <%= title %></title>
</head>
<body>
<h1>Post::Text</h1>
2022-07-30 02:33:45 -04:00
<%= content =%>
</body>
</html>