!!! XML !!! 5 %html{:xmlns => “www.w3.org/1999/xhtml”, :lang => lang, :prefix => prefix}

- if base
  %head
    %base{:href => base}
%body
  - subjects.each do |subject|
    %div{subject.attrs}<
      != yield(subject)