mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 15:31:41 -04:00
- Reformat .html / .erb files - Remove extra </div> in index.html.erb - Add htmlbeautifier gem - Add middleman-breadcrumbs - Add make format (calls htmlbeautifier)
7 lines
111 B
ERB
7 lines
111 B
ERB
<% wrap_layout :inner do %>
|
|
<% content_for :sidebar do %>
|
|
<h2></h2>
|
|
<% end %>
|
|
<%= yield %>
|
|
<% end %>
|