* Creates the program source for a webpage.
*
* Creates the source code for a webpage by taking in all the nodes of the webpage and determining if its a code section or not.
*
* Params:
* nodes = The nodes of the webpage.
* Returns: Source code of the program that is mixin'd
* Creates the program source for a webpage. * * Creates the source code for a webpage by taking in all the nodes of the webpage and determining if its a code section or not. * * Params: * nodes = The nodes of the webpage. * Returns: Source code of the program that is mixin'd