UNPKG

coffeecup

Version:
14 lines (11 loc) 240 B
require('zappa') -> enable 'default layout' get '/': -> @franks = ['miller', 'oz', 'sinatra', 'zappa'] render 'index' view index: -> @title = 'Zappa example' h1 @title ul -> for f in @franks li f