module.exports =
  items: """
    Hello
      Yo
  """
  handlers:
    yo: ->
      alert "yo"
