<% if file %> <%= file.lines.to_a[lines].join("\n") %><%= " " * [@location.column.begin - 1, 0].max %>^<%= (("-" * (distance - 2) + "^") if distance > 2) %> <% end %><%= Metanostic::Mode.to_rainbow(mode) %>: <%= Rainbow(metanostic.name).color(:cyan).bright %>: <%= Rainbow(location).color(:white).bright %>: <%= message %> <% if Carbon.verbose > 1 %><% @stack.each do |frame| %> <%= frame %><% end %><% end %>