main.ejs 263 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <html> <head> <title>Main</title> <link rel="stylesheet" href="/static/css/bootstrap.css"> <link rel="stylesheet" href="/static/css/site.css"> </head> <body> <% include ./navigation_main.ejs %> <% include ./contents_main.ejs %> </body> </html>