# Functions
No description provided by the author
Parse reads a component file like Nav.html into a Component structure.
ProcessAll processes components starting at base.
# Variables
ErrComponentNotParsed is returned when an attempt is made to Transform() a Component before calling Parse().
# Structs
A Component represents a web component in an HTML file.
No description provided by the author