Auto-generated method to display the template with the given context.
array $context An array of parameters to pass to the template:
array $blocks An array of blocks to pass to the template:
iterable<scalar|\Stringable|null>
protected abstract function doDisplay(array $context, array $blocks = []) : iterable;