<div data-role="page">
    <div data-role="header" data-position="fixed">
        <h1>Single-Page Application </h1>
    </div><!-- /header -->

    <div data-role="content">
        <p>This is a single page boilerplate template that you can copy to build your first Tizen Web UI Framework page.</p>
    </div><!-- /content -->

    <div data-role="footer" data-position="fixed">
        <h4>Footer content</h4>
    </div><!-- /footer -->
</div><!-- /page -->