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

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