Skip to content

Instantly share code, notes, and snippets.

@mdb
Created July 6, 2011 18:35
Show Gist options
  • Save mdb/1067990 to your computer and use it in GitHub Desktop.
Save mdb/1067990 to your computer and use it in GitHub Desktop.
!= partial('partials/carousel', { entities: fast.results.slice(0, 5), title: 'Recommended For You', showDoubleWide: true })
!= partial('partials/carousel', { entities: fast.results.slice(5, 10), title: 'In Your Watchlist' })
h2 Navigation
ul
li: a(href="/recommendations") Recommendations
li: a(href="/genres") Genres
li: a(href="/content/series") All series
li: a(href="/content/movies") All movies
ul
- fast.results.forEach(function(item) {
li #{item.meta.title}
- })
pre #{JSON.stringify(fast, null, 4)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment