# Functions
CreateHTML creates a html from template with the args, writes the html to the writer.
ReadBody reads html from 'r' reader, extract body, and writes the body string to the 'w' writer.
ReadHeader reads html from 'r' reader, extract header, and writes the header string to the 'w' writer.
ReadHeaderAndBody reads html from 'r' reader, extract header and body.