# File lib/innate/node.rb, line 812
    def update_layout_mappings
      if ancestral_trait[:fast_mappings]
        return @layout_templates if instance_variable_defined?(:@layout_templates)
      end

      paths = possible_paths_for(layout_mappings)
      @layout_templates = update_mapping_shared(paths)
    end