@if (displayInstanceName()) {

{{ about?.instance.name }}

} @if (displayInstanceShortDescription()) {
{{ about?.instance.shortDescription }}
}
@if (panels().features) {
} @if (about) { @if (getAdministratorsPanel()) {
Who are we?
How long do we plan to maintain this instance?
How will we finance this instance?
} @if (termsPanel) {
} @if (moderationPanel) {
} @if (codeOfConductPanel) {
} @for (pluginPanel of pluginPanels; track pluginPanel) {
} }