Skip to content

Instantly share code, notes, and snippets.

@artibella
Created June 1, 2015 07:58
Show Gist options
  • Save artibella/24db96efdbbd260700f5 to your computer and use it in GitHub Desktop.
Save artibella/24db96efdbbd260700f5 to your computer and use it in GitHub Desktop.
Middleman code snippet partial for Haml
- code ||= ''
%pre
%code.language-markup
= preserve do
:escaped
#{code}
- demo_src = capture_haml do
.demo
This is a demo
= partial "snippet", :locals => { :code => demo_src }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment