Header
lines
== stencil { name => 'a_stencil_name' } ==
If you write this:
--input--
<%= badge '3' %>
--end input--
It becomes this:
--output--
<span class="badge">3</span>
--end output--
== stencil { name => 'another_stencil_name' } ==
If you write this:
--input--
<%= badge '3' %>
--end input--
It becomes this:
--output--
<span class="badge">3</span>
--end output--