UNPKG

verb

Version:

A project without documentation is like a project that doesn't exist. Verb solves this by making it dead simple to generate docs, using simple markdown templates, with zero configuration required.

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