chevron_left

Preguntas Frecuentes

@for (item of faqItems(); track item.id) {
@for (paragraph of item.answer.split('\n'); track $index; let last = $last) { @if (paragraph !== '') {

{{ paragraph }}

} }
}