mirror of
https://github.com/astuto/astuto.git
synced 2025-12-14 18:57:51 +01:00
12 lines
183 B
Plaintext
12 lines
183 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<%= yield %>
|
|
</div>
|
|
</body>
|
|
</html>
|