UNPKG

verb

Version:

Verb makes it easy to build project documentation using simple markdown templates, with zero configuration required.

11 lines 190 B
<!doctype html> <html lang="en"> <head> {%= include('header.html') %} </head> <body> <div class="container bs-docs-container"> {%= content %} </div> </body> </html>