1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-07-01 10:46:49 +02:00
muflax65ngodyewp.onion/layouts/blog.erb

13 lines
228 B
Plaintext
Raw Normal View History

<%= render 'header' %>
<% render 'main',
2013-01-26 09:47:25 +01:00
:navbar => true,
:search => true,
:toc => @item[:toc],
:categories => true,
:breadcrumbs => true do %>
<%= yield %>
<% end %>
<%= render 'footer' %>