fallback_template ) ) { array_splice( $templates, $index + 1, 0, $this->fallback_template ); } return $templates; } /** * Render the block template. */ abstract public function render_block_template(); }