pug

Configuring the PUG Template Engine

Such a question, is it possible to somehow configure PUG so that it would format the code at the output not in one large line ... роительство домов и коттеджа"/><span>Строительство домов и коттеджа</span></a></div> </div>

pug nested mixin

Hello everyone, help me figure out the mixins in pug. I need one mixin to be included in the nesting of the other mixi ... ass="_cards-list--el-content--title">title</div> </div> </div> </div> </div>

How to make Vuelidate friends with Typescript

Package.json "dependencies": { "vuelidate": "^0.7.5", }, "devDependencies": { "@types/vuelidate": ... s.$v.$touch(); return; } } The linter returns the following error: Property '$v' does not exist on type 'Login'.

How to correctly create reused sections in Pug (jade) that are connected via include on multi-page sites

On the screenshots, the page-preview block is highlighted, which changes on different pages of the site(the text, design, e ... t the fact that I just created a separate file _page-preview-in-approach.pug in which I inserted the markup with the changes.

Pug (Jade) dynamic attribute addition

You need to set the tag attribute depending on the variable. label(for='ff' class='ff1' varFlag != undefined ? eval(s ... for='ff' class='ff1' style= varFlag != undefined ? 'letter-spacing: -5px;' : '' ) Is there any way to do this in Pug?

Working with pug (jade) templates in a project using webpack

How can I convert pug files to html templates without explicitly importing them to the entry point? The project contains tem ... d the project endlessly. How to work correctly with templates in a project? Can my method work? Where am I making mistakes?

How to write html tags to mixin variables in Jade (Pug)

I'm new to Jade (Pug).I still don't understand such subtleties. We have the code: mixin label(labelValue) label= labelV ... ass="skills__label skills__label_jade"><a href="#">Pug (Jade)</a></label> How can this be implemented?

Blocks in mixin pug

There is a mixin for the{[2] button]} - var blocks={}; mixin set(key) - blocks[key] = this.block mixin A(buttonClass, b ... ight') as an example, then everything is ok. But if I write one thing, it's a mistake. Https://codepen.io/inkshio/pen/YBVOMK

if/else conditions in pug

There is a block with svg and you need to change the contents depending on the variable, the code: mixin container(svg) ... ner(third) The problem is that no matter what value I write in the mixin container(), svg.class__first is always displayed?

Setting 'default' values to variable with the Pug Template Engine

I'm starting to work with MEAN and I use the Pug as a template engine. I know that the same was Jade previously and that ther ... ug Da pau in rendering saying it did not find the variable. How do I set a 'default' value if bin is not sent in my template?

How to load multiple non-node routes.js in one.jade

Is there any way to load multiple routes within the same file .jade, for example: I can have a route /menu, another /header ... n one file, type: html body [Inclui a rota /header] [Inclui a rota /menu] [faz a lógica da tela de clientes]