Back to Peertube

About Instance Home.Component

client/src/app/+about/about-instance/children/about-instance-home.component.html

8.1.5513 B
Original Source

@if (categories.length !== 0 || languages.length !== 0 || config.instance.isNSFW) {

Specifics

@if (languages.length !== 0) { Language: @for (language of languages; track language) { {{ language }} } } @if (categories.length !== 0) { Categories: @for (category of categories; track category) { {{ category }} } } @if (config.instance.isNSFW) { {{ config.instance.name }} is dedicated to sensitive content. } } @if (descriptionElement) {

Description

} @if (aboutHTML.terms) {

Terms

}