UNPKG

dynamictemplate

Version:
25 lines (24 loc) 922 B
<!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="../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="./list.coffee"></script> </head> <body> <p> Hit the buttons! <a href="https://github.com/dodo/node-dynamictemplate/blob/master/example/list.coffee"> Source Code </a> </p> <!-- this is the space where the template will be --> </body> </html>