}
@Override
public String renderWiki(String template, PageEntity page) {
try {
VosaoWikiModel wikiModel = new VosaoWikiModel(page);
return wikiModel.render(template);
} catch (ParseErrorException e) {
return e.toString();
} catch (MethodInvocationException e) {
return e.toString();
} catch (ResourceNotFoundException e) {