Answer the question
In order to leave comments, you need to log in
Why doesn't pug compile?
Hello. I connected Pug but I can't figure out the following problem...
there is a basic template
doctype html
html
block vars
- let pageTitle = 'Title';
head
meta(charset='utf-8')
title=pageTitle
meta(name="viewport", content="width=device-width, initial-scale=1, minimum-scale=0.5, maximum-scale=2.0")
link(href="global.css", rel="stylesheet", type="text/css")
body
include ../../components/header/header.pug
block content
include ../../components/footer/footer.pug
extends ../layouts/master.pug
block vars
- let pageTitle = 'Грузоперевозки Алматы & Международные перевозки'
block content
h1 wwwww
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question