Я хочу задать простой вопрос о мопсе:
html
head
title This is my first Pug file
body
header
p= paragaph
section
p gdghdhgdhdhdh
footer
cool footer with lots of copyrights.
route.get('/Artists/test',(req,res)=> {
res.render('test.pug', {paragraph: 'Hi there'});
})
Я не знаю, почему "p" просто не отображается в браузере, но с остальным элементом все в порядке
как-то смущен тем, что здесь происходит.