import Widget from require "lapis.html" class extends Widget content: => html_5 -> head -> if @title title "#{@title} - musicapp" else title "musicapp" body -> @content_for "inner"