use pug template code example
Example 1: pug template
$ npm install pug --save
Example 2: pug templates includes
//- index.pug, Including Filtered text
doctype html
html
head
title An Article
body
include:markdown-it article.md
$ npm install pug --save
//- index.pug, Including Filtered text
doctype html
html
head
title An Article
body
include:markdown-it article.md