@if (logoUrl) { Logo del comercio } @else {
}
@if (address) {
{{ address }}
} @if (phone) {
{{ phone }}
}

Copyright © {{ currentYear }} - {{ storeName || 'Sonder' }}

@for (section of footerSections; track section.heading) {
@for (link of section.links; track link.label) { @if (link.routerLink) { {{ link.label }} } @else if (link.action === 'logout') { } @else { {{ link.label }} } }
}
@for (social of socialMedia; track social.code) { }