default.view.parts.pageHeader.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sirius-web Show documentation
Show all versions of sirius-web Show documentation
Provides a modern and scalable web server as SIRIUS module
@args String titleKey
@if (Strings.isFilled(titleKey)) {
@NLS.get(titleKey)
} else {
@renderBody()
}