wrap and replace for templating
[scpubgit/App-SCS.git] / t / data / share / templates / layout.html
1 <html data-wrap="html">
2   <head data-replace="head" />
3   <body>
4     <div id="content">
5       <div data-replace="h1" />
6     </div>
7   </body>
8 </html>