# Functions
IsTagValid returns true if the given html tag is a standard HTML5 tag.
Parse returns a golang ast from a string containing an html template and some expressions.
Text handles the parsing of text values.
Validate checks if the ammount of exprs is appropriate for the ammount of raw strins.
# Variables
TAGS is an array containing all valid html tags any tag not available in the array will be considered a custom tag/custom component and rendered via the framework.