DEV Community

[Comment from a deleted post]
Collapse
 
wisniewski94 profile image
Wiktor Wiśniewski

I remember I really enjoyed using pugjs. I hate HTML for angle brackets and a requirement to close tags.

Collapse
 
mayankjoshi profile image
mayank joshi

I have a question than how do we apply CSS and moreover how can I take and use already designed bootstrap template from the internet and use it?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

Easy.

style.
  h1 {
    color: red;
  }

For using ready-made templates, you have to use a converter, like html2jade.org/