12 lines
141 B
Plaintext
Executable file
12 lines
141 B
Plaintext
Executable file
<%= yield :preambule -%>
|
|
<head>
|
|
<title>
|
|
<%= yield :title -%>
|
|
</title>
|
|
<%= yield :head -%>
|
|
</head>
|
|
<body>
|
|
<%= yield :body -%>
|
|
</body>
|
|
</html>
|