var bodyContent;
if (input.invokeBody) { // invokeBody will only be available if there is nested content bodyContent = context.captureString( function() { // Invoke the function that will render the // body of the tag to the current context input.invokeBody(); }); } else { bodyContent = '';}