@startuml !include webpage.puml class SectionWebPage { - sections : array := [] + appendSection(sectionTitle : string, sectionContent : string) : void + generateMenu() : string + generateSectionsContent() : string + getBody(): string + {static} slugify(text : string) : string } WebPage <|-down- SectionWebPage @enduml