Inject contributed blueprint statements into an entry template.
Splices the statements into the entry's configure step at BLUEPRINT_MARKER, where a
local blueprint is in scope. A no-op when there are no statements or the template has no
blueprint marker.
Parameters
content: string
The entry template source.
statements: string[]
JavaScript statements executed with blueprint in scope.
Inject contributed blueprint statements into an entry template.
Splices the statements into the entry's
configurestep at BLUEPRINT_MARKER, where a localblueprintis in scope. A no-op when there are no statements or the template has no blueprint marker.