{{#extend "modal" classMod="update-app-modal"}}
  {{#content "sections"}}
    {{#extend "modal-body-section"}}
      {{#content "body"}}
        <h3 class="title">App update</h3>
        <p class="description">There is a new version of the app.</p>
        <div class="update-app-modal__actions">
          <button class="btn btn_full btn-primary" id="update-now-app">Update now</button>
          <button class="btn btn_full btn-secondary" id="not-now-update-app">Not now</button>
        </div>
      {{/content}}
    {{/extend}}
  {{/content}}
{{/extend}}

