In HAML, the hash that you use to specify attributes for an element may contain valid Ruby code, so you don't need to use =Ruby expressions to evaluate. Therefore, the code you are looking for is simple:
%meta{:name => "description", :content => data.page.desc}
, / %meta, HAML , img br.