pub fn split_content<'c>(content: &'c str) -> Result<(&'c str, &'c str)>
Take an String with all the file content and split it in metada and data