About {{ config().name_primary }} {{ config().name_secondary }}

{{ config().about_intro }}

@if (communityHighlights$ | async; as highlights) { @if (highlights.length) {
@for (highlight of highlights; track highlight.id) {
{{ highlight.icon }}

{{ highlight.title }}

{{ highlight.description }}

}
} } @if (historyEntries$ | async; as entries) { @if (entries.length) {

Our History

@for (entry of entries; track entry.id; let index = $index) {
{{ entry.year }}

{{ entry.title }}

{{ entry.body }}

}
} } @if (teamMembers$ | async; as members) { @if (members.length) {

Our Team

@for (member of members; track member.id) {
@if (member.photo_url) { } @else { {{ member.name.charAt(0) }} }

{{ member.name }}

{{ member.title }}

@if (member.bio) {

{{ member.bio }}

}
}
} } @if (config().donation_url) {

Become a Member

{{ config().about_donation_text }}

Join the Station
}