div.tab
  li.is-active: a(href="#info" class="js-tab") Info
  li: a(href="#comment" class="js-tab") Info
div.tab-content
  div#info
  div#comment
