Guest User

Untitled

a guest
Jun 18th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>...[load sencha js/css etc.]...</head>
  4. <body>
  5.  
  6. <textarea id="kids-list" class="x-hidden-display">
  7. <p>Kids:</p>
  8. <tpl for=".">
  9. <p>{#}. {name}</p>
  10. </tpl>
  11. </textarea>
  12.  
  13. </body>
  14. </html>
Add Comment
Please, Sign In to add comment