mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
9 lines
143 B
Plaintext
9 lines
143 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title><%= it.title || "bonob" %></title>
|
|
</head>
|
|
<body>
|
|
<%~ it.body %>
|
|
</body>
|
|
</html> |