Comment définir CSS dans HBS dans Express

app.use(express.static(__dirname + '/public'));

<link rel="stylesheet" href="../css/style.css">
Md. Arish