var Template = function() { return `<?xml version="1.0" encoding="UTF-8" ?>
    <document>
    <head>

    <style>

      .darkBackgroundColor {

        background-color: #091a2a;

      }

    </style>

  </head>
        <stackTemplate theme="dark" class="darkBackgroundColor">
               <identityBanner>

      <img src="http://panteao.com/wp-content/uploads/2016/01/MakeReady_black_red_300dpi-1.png" width="700" height="200" />
   
    </identityBanner>
            <collectionList> <grid>
                    <header>     	<title></title>     </header>
                    <section></section>
                </grid></collectionList>
    </stackTemplate>
</document>
`}