11 lines
149 B
Plaintext
11 lines
149 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Post::Text - <%= title %></title>
|
|
</head>
|
|
<body>
|
|
<h1>Post::Text</h1>
|
|
<%= content %>
|
|
</body>
|
|
</html>
|