You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sadly there is only one example which calls the function UserList, but what if we don't have it? Right now I only have 3 files, index.html,header.html, and footer.html. In index.html I include them using <%+ "header.html" %>, but how do I use it? What method would I call to get the buffer containing the HTML code that I can pass to the web server?
The text was updated successfully, but these errors were encountered:
Hello.
Sadly there is only one example which calls the function
UserList
, but what if we don't have it? Right now I only have 3 files,index.html,
header.html
, andfooter.html
. Inindex.html
I include them using<%+ "header.html" %>
, but how do I use it? What method would I call to get the buffer containing the HTML code that I can pass to the web server?The text was updated successfully, but these errors were encountered: