rythm.error.dev._base.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of act Show documentation
Show all versions of act Show documentation
The ACT full stack MVC framework
@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()}