1 package org.catacomb.interlish.structure; 2 3 4 public interface Page { 5 6 String getHTMLText(); 7 8 }