script(type="text/template")#popover-template
  .popover
    svg(xmlns="http://www.w3.org/2000/svg" viewbox="0 0 30 20" class="popover-arrow arrow-top")
      polygon(points="15,20 0,0 30,0")
    svg(xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 30" class="popover-arrow arrow-right")
      polygon(points="0,15 20,0 20,30")
    svg(xmlns="http://www.w3.org/2000/svg" viewbox="0 0 30 20" class="popover-arrow arrow-bottom")
      polygon(points="15,0 30,20 0,20")
    svg(xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 30" class="popover-arrow arrow-left")
      polygon(points="20,15 0,30 0,0")
    .popover-content
