class Arbre::HTML::Document

def build_head

def build_head
  @head = head do
    meta "http-equiv": "Content-type", content: "text/html; charset=utf-8"
  end
end