UNPKG

dynamictemplate

Version:
28 lines (27 loc) 1.11 kB
<!DOCTYPE html> <html> <head> <title>dynamictemplate test</title> <link rel="stylesheet" href="base.css"> <link rel="stylesheet" href="list.css"> <script src="http://code.jquery.com/jquery-1.7.js"></script> <script src="http://coffeescript.org/extras/coffee-script.js"></script> <script src="http://documentcloud.github.com/underscore/underscore.js"></script> <script src="http://documentcloud.github.com/backbone/backbone.js"></script> <script src="../adiff.browser.js"></script> <script src="../dt-list.browser.js"></script> <script src="../dt-list.jquery.browser.js"></script> <script src="../dt-jquery.browser.js"></script> <script src="../dynamictemplate.browser.js"></script> <script type="text/coffeescript" src="./backbone.coffee"></script> <!-- <script src="./list.js"></script> --> </head> <body> <p> Hit the buttons! <a href="https://github.com/dodo/node-dynamictemplate/blob/master/example/backbone.coffee"> Source Code </a> </p> <!-- this is the space where the template will be --> </body> </html>