• Reading subdoc in jade and outputting to browser nodejs

    abemassry        
    0 Likes0 Commentsjade

    - each like in code.likes
      - i++;
    button.btn.like(type="button", id="like_#{code.id}")
      i.icon-thumbs-up
      | Like
    - each comment in code.comments
      - j++;

Comments (0)