Category "pug"

How to make ESLint understand that function is used in vue pug template?

I have following vue component. <template lang="pug"> button(@click="onLogout") Logout </template> <script setup lang="ts"> function onLogout

Unexpected Block Content

Have a problem when running my nodeJS and express application using '.pug' in the frontend. Tried indenting it many ways, yet unable to solve the issue. exten

Don't Want Include Tag's Stylesheet to Mix With Current Page's

I have an include tag in dashboard.jade to include my header.jade file, but the header.jade file has its own stylesheet and when I run it, dashboard.jade's styl

What is a vertical bar in jade?

To convert HTML to jade is use this jade converter. When I enter the following HTML, <!doctype html> <html class="no-js"> <head> <m

Pug: Force add white space to the end of a line

So I have this basic pug code p This is some text span foo span bar The expected output would look like this: This is some text foo bar However it actu