1
0
Fork 0
forked from wezm/wezm.net
wezm.net/v1/layouts/page.html

5 lines
121 B
HTML
Raw Normal View History

2018-08-18 23:18:26 +00:00
<div id="content">
<h1><a href="<%= @item.reps[:default].path %>"><%=h @item[:title] %></a></h1>
<%= yield %>
</div>