@if (heroConfig) {
@if (heroConfig.title_html) {
} @if (heroConfig.description_html) {
} @if (heroConfig.button_text) { {{ heroConfig.button_text }} }
} @if (eventConfig) {
@if (eventConfig.title) {

{{ eventConfig.title }}

}
@if (eventConfig.dates && eventConfig.dates.length > 0) {
{{ formattedDates }}
} @if (eventConfig.location) {
{{ eventConfig.location }}
}
}