We all know that commenting code is a good practice, especially when working in a larger development environment. Unfortunately HTML is rendered client side, so any comments you leave, may be visible to any onlookers that glance at your source. An easy way to cover your tracks is by leaving the comments inside server side [...]