{{ customName ? customName : ('APP_TITLE.HARBOR' | translate) }}
@if (version) {
{{ 'ABOUT.VERSION' | translate }} {{ version }}
} @if (!customIntroduction) {

{{ 'ABOUT.COPYRIGHT' | translate }}

{{ 'ABOUT.OPEN_SOURCE_LICENSE' | translate }}

} @if (customIntroduction) {

{{ customIntroduction }}

}