public static final String MUSTACHE_ERROR_FILE = "mojavemvc-internal-mustache-error-file";
public View handleError(Throwable e, AppProperties properties) {
String errorFile = (String)properties.getProperty(MUSTACHE_ERROR_FILE);
return new MustacheView(errorFile);
}