13 lines
194 B
Plaintext
13 lines
194 B
Plaintext
|
<!DOCTYPE HTML>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title><%= page_title or "My Page" %></title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>Peradventure</h1>
|
||
|
<% content_for("inner") %>
|
||
|
</body>
|
||
|
</html>
|