@if (value) {
}
@if (texts.description_start || texts.description_bullets || texts.description_end) {
@if (texts.description_start) {
{{ texts.description_start }}
}
@if (texts.description_bullets) {
@for (bullet of texts.description_bullets; track $index) {
}
}
@if (texts.description_end) {
{{ texts.description_end }}
}
}