pub fn evaluate_file(
    data: &Value,
    file: Pair<'_, Rule>
) -> Result<String, TemplateRenderError>