You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i try to use Pug, it seems there is a problem with the block content rendering. Even if i put the home.pug file in the same directory as my layout.pug, nothing is render!!! Includes works though..
I've also try relative or absolute path on extends, downgrade my node version to v16 but nothing works.
layout.pug =>
doctype html
html(lang="fr")
head
meta(charset="UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1.0")
link(rel="stylesheet", href="assets/css/main.css")
script(src="https://unpkg.com/[email protected]")
title Artiwave
body
blockheaderinclude../includes/headerblockappContentblockfooterinclude../includes/footer
home.pug =>
extends./layoutblockappContent
main
p Hello Artiwave
NodeJS v20.10.0
Express 4.18.12
Pug 3.0.2
The text was updated successfully, but these errors were encountered:
Hello, i try to use Pug, it seems there is a problem with the block content rendering. Even if i put the home.pug file in the same directory as my layout.pug, nothing is render!!! Includes works though..
I've also try relative or absolute path on extends, downgrade my node version to v16 but nothing works.
layout.pug =>
home.pug =>
NodeJS v20.10.0
Express 4.18.12
Pug 3.0.2
The text was updated successfully, but these errors were encountered: