5️⃣ Example Usage in a Pug Page
views/pages/index.pug:
1h1 Welcome2p Current time: {{ new Date().toLocaleTimeString() }}
Behavior:
-
If
layout.pugexists:h1 Welcomeremains intact.page!= pageis injected if missing- Live reload script is added automatically
-
If
layout.pugis missing:- Page is rendered with the default layout
.page!= pageand live reload script are included automatically