Skip to content

Instantly share code, notes, and snippets.

@karledurante
Created October 6, 2011 01:38
Show Gist options
  • Save karledurante/1266270 to your computer and use it in GitHub Desktop.
Save karledurante/1266270 to your computer and use it in GitHub Desktop.
views...no layout
# view
<%- content_for :head do -%>
hi?
<esi:include src="/pricing/delivery_quote" />
<%- end -%>
# the layout is a bit harder since it's a series of partials that will render other partials, etc. I will try to take some time to boil it down to something simple that i can post.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment