Sean CJ
0
Q:

pug templates includes

Pug is a template engine for Node and for the browser. 
It compiles to HTML and has a simplified syntax, which 
can make you more productive and your code more readable.
Pug makes it easy both to write reusable HTML, as well as
to render data pulled from a database or API.
3
//- index.pug, Including Filtered text
doctype html
html
  head
    title An Article
  body
    include:markdown-it article.md
0

New to Communities?

Join the community