this.layout = (String) source.getMeta().get("layout");
this.permalink = (String) source.getMeta().get("permalink");
path = (String) source.getMeta().get("path");
if(path == null){
SourceEntry sourceEntry = source.getSourceEntry();
path = sourceEntry.getPath() + "/" + sourceEntry.getName();
}
//date, updated
date = lookup(source.getMeta(), "date");
updated = lookup(source.getMeta(), "updated");