Skip to content

SubZtep/pug.macro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pug.macro

Pug to Html Babel macro.

Example

const html = pug`
h1 Hello
h2 World
`

🚧