Salesforce Fact #756 | Show approval details in VF email template

Suppose we have a requirement to show the approver name, approved/rejected status and the comments in the visualforce email template which is associated to the final approval/rejection action. We can create an apex controller, VF component to implement this and refer the same in the email template. Reference: https://gist.github.com/douglascayers/46bb1e92be9909d60fee Attached are the screenshots.