# frozen_string_literal: true if section.block result = instance_exec(§ion.block) text_node result unless result.is_a?(Arbre::Element) else render(section.partial_name) end