middleman/middleman-core/fixtures/capture-html-app/source/capture_html_erb.html.erb
2013-06-07 09:58:37 +01:00

5 lines
108 B
Plaintext

<% capture_html :from_template do %>
<h1>I am the yielded content erb</h1>
<% end %>
I am in the template