10 lines
139 B
Plaintext
10 lines
139 B
Plaintext
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>BAR :: My Website - <%= @title %></title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<%= yield %>
|
||
|
</body>
|
||
|
</html>
|