middleman/middleman-sprockets

View on GitHub
fixtures/asset-hash-host-app/source/subdir/index.html.erb

Summary

Maintainability
Test Coverage
<% content_for :head do %>
  <title>The Middleman!</title>
<% end %>

<h2>Image url:</h2>
<%= image_tag('100px.jpg') %>