.flex.justify-center .flex.flex-col = @image.attributes %a.underline{ '@click' => "hi"} Back :opal class Kanta def initialize(hash) hash.each do |k,v| puts k puts v end end end kanta = Kanta.new(bg: 'bg-cyan-200')