Chris Bednarski 823e9e73fe Docs cleanup
- Reformat .html / .erb files
- Remove extra </div> in index.html.erb
- Add htmlbeautifier gem
- Add middleman-breadcrumbs
- Add make format (calls htmlbeautifier)
2015-07-22 17:18:08 -07:00

7 lines
111 B
Plaintext

<% wrap_layout :inner do %>
<% content_for :sidebar do %>
<h2></h2>
<% end %>
<%= yield %>
<% end %>