Joshua Holcomb
Joshua Holcomb
I would like to know this as well. My guess would be: ```JavaScript var usernameInput = document.getElementById("userNameInput"); var passwordInput = document.getElementById('passwordInput'); if ( usernameInput && passwordInput) { var username =...
Or actually, I think you just add it somewhere in the file relooking at it.
This is the markdown in the example if it helps make the html make more sense: (had to add \ in front of the code block to make it show)...
Templating support could allow people to add more complicated footer or headers in the html that would be challenging to implement through markdown. For example: ```html {{ style_links }} (...