middleman/middleman-core/fixtures/capture-html-app/source/capture_html_erb.html.erb

5 lines
108 B
Plaintext
Raw Normal View History

2013-06-07 10:58:37 +02:00
<% capture_html :from_template do %>
<h1>I am the yielded content erb</h1>
<% end %>
I am in the template