diff --git a/components/ionModal/ionModal.html b/components/ionModal/ionModal.html index cf2dbae..ceae3a4 100644 --- a/components/ionModal/ionModal.html +++ b/components/ionModal/ionModal.html @@ -1,23 +1,25 @@ - - + + + - {{#if customTemplate}} - {{> UI.contentBlock}} - {{else}} - - {{title}} - {{#if closeText}} - {{closeText}} - {{else}} - - {{/if}} - - + {{#if customTemplate}} {{> UI.contentBlock}} - - {{/if}} + {{else}} + + {{title}} + {{#if closeText}} + {{closeText}} + {{else}} + + {{/if}} + + + {{> UI.contentBlock}} + + {{/if}} +