mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
5 lines
121 B
HTML
5 lines
121 B
HTML
|
<div id="content">
|
||
|
<h1><a href="<%= @item.reps[:default].path %>"><%=h @item[:title] %></a></h1>
|
||
|
<%= yield %>
|
||
|
</div>
|