This method is called when the template is being converted to string (due to a call to ToString).
Derived classes are supposed to set the place holders values in this method.
A place holder value can be set using the indexer notation:
[C#]
base["aPlaceHolder"] = PlaceHolderValue;