Skip to content

Instantly share code, notes, and snippets.

/-

Created March 4, 2014 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/9347866 to your computer and use it in GitHub Desktop.
Save anonymous/9347866 to your computer and use it in GitHub Desktop.
section id=@id data-transition=(attr 'data-transition') data-transition-speed=(attr 'data-transition-speed') data-background=(attr 'data-background') data-background-size=(attr 'data-background-size') data-background-repeat=(attr 'data-background-repeat') data-background-transition=(attr 'data-background-transition')
- unless :notitle
h2=title
- if attr? :scrollbar
.scrollbar
=content
- else
=content.chomp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment