Peradventure/views/layout.etlua

13 lines
194 B
Plaintext
Raw Normal View History

2024-03-17 16:03:28 -05:00
<!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>