1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-06-02 06:46:50 +02:00
muflax65ngodyewp.onion/layouts/blog.erb
2013-01-26 09:47:25 +01:00

13 lines
228 B
Plaintext

<%= render 'header' %>
<% render 'main',
:navbar => true,
:search => true,
:toc => @item[:toc],
:categories => true,
:breadcrumbs => true do %>
<%= yield %>
<% end %>
<%= render 'footer' %>