pub fn compile_single(source: &str, data_json: &str) -> Result<String, String>
Compile a single .van file source into a full HTML page.
.van
Convenience wrapper: wraps the source into a single-file map and calls compile_page.
compile_page