Put comments before/after each render call automatically?

Hello,
I find putting comment tags before and after rendering a partial is
not very DRY, and I would like to have this programmatically handled.
Where can I hook into rails to override render? Thanks.

-Chris