All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rythm.error.dev._base.html Maven / Gradle / Ivy

There is a newer version: 1.9.2
Show newest version

@args org.osgl.mvc.result.ErrorResult _error


  
  
  @render(head)


@args String header
@{
  if (s().empty(header)) {
    header = _error.toString();
  }
}

@header

@render() @def boolean isDev() {return act.Act.isDev()}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy