engine-example.ejs 230 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 <html> <head> <title>Luban H5 Preview</title> </head> <script>window.__work = <%- JSON.stringify(work) %></script> <body> Q: What's this? A: A tiny render engine based on ejs for Luban H5 work </body> </html>