Header
lines
== stencil ==
If you write this:
--input--
<%= badge '3' %>
<!-- a badge -->
--end input--
It becomes this:
--output--
<span class="badge">3</span>
<!-- a badge -->
--end output--
Header
lines
== stencil ==
If you write this:
--input--
<%= badge '3' %>
<!-- a badge -->
--end input--
It becomes this:
--output--
<span class="badge">3</span>
<!-- a badge -->
--end output--