abstract class Element {
    def contents: Array[String]
  }
