mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-25 01:04:00 -04:00
7 lines
106 B
ERB
7 lines
106 B
ERB
<% wrap_layout :inner do %>
|
|
<% content_for :sidebar do %>
|
|
<h2></h2>
|
|
<% end %>
|
|
<%= yield %>
|
|
<% end %>
|