1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<!doctype html> <html> <head> <title> <% if(typeof(name) !== 'undefined'){ %> <%= name %> <%} %> <% if(typeof(description) !== 'undefined'){ %> <%= description %> <%} %> </title> <% include meta %> <% include icons %> <% include stylesheets %> </head> <body>