@if (open()) {
@if (showHeader()) {
{{ title() }}
@if (showCloseButton()) { }
}
@if (subtitle()) {

{{ subtitle() }}

}
@if (showFooter()) { }
}