I have ejs layout like this on my views/layout.ejs
<html>
<head>
<title>title</title>
</head>
<body>
<%- body %>
</body>
</html>
Then, on my views/login/login.ejs
I have.
<h1 class="login">Login</h1>
I'm trying to link css file with my login.ejs
file, but how I do that?
I've already read this, It says that we should use conditional statement in layout.ejs
but I don't really understand since it's wrote in asp language.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…