html
  body
    span(id='text')= __("text to test")
    span(id='onecat')= __n("%d cat", "%d cats", 1)
    span(id='twocats')= __n("%d cat", "%d cats", 2)
    span(id='escaped')= __("hello")
    span(id='unescaped')!= __("hello")