middleman/middleman-core/fixtures/partials-app/source/sub/index.html.erb

4 lines
88 B
Text
Raw Normal View History

2011-11-26 15:32:41 -08:00
<%= partial "shared/header" %>
<%= partial "local" %>
2014-07-07 23:43:09 -07:00
<%= partial "../shared/footer" %>