Lazy Load External Content

You can lazy load external content into a page. The content will be loaded when the page is displayed and the page will be reloaded every time you visit the page. Just use sourceOnShow: 'someURL'.

PS! This page is loaded from lazy_load_external_content.html

<div data-bind="page: {
      id: 'lazy_load_external_content',
      sourceOnShow: 'lazy_load_external_content.html .content'}">
    ...
</div>