<div data-role="page" data-theme="$${JQMTheme|'c'}">
    <div data-role="header" data-theme="$${JQMTheme|'a'}">
        <h1>Single-Page Application </h1>
    </div><!-- /header -->

    <div data-role="content" data-theme="$${JQMTheme|'c'}">
        <p>This is a single page boilerplate template that you can copy to build your first jQuery Mobile page.</p>
            <canvas width="" height="300"></canvas>
    </div><!-- /content -->

    <div data-role="footer" data-position="fixed" data-theme="$${JQMTheme|'a'}">
        <h4>Footer content</h4>
    </div><!-- /footer -->
</div><!-- /page -->