Something like this in eco.html.eco to provide some examples of how to use the Helper plugins:
<h2>Helper Examples</h3>
<% if @options.cachr: %>
<h3>Cachr</h3>
<img src="<%=@cachr('http://d.pr/i/cfmt+')%>"/>
<% end %>
<% if @options.moment: %>
<h3>Moment</h3>
<p><%= @moment('2013-10-13').format('MMMM Do YYYY') %></p>
<% end %>
Something like this in eco.html.eco to provide some examples of how to use the Helper plugins: