UNPKG

verb

Version:

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

22 lines 799 B
module.exports = [ '<!DOCTYPE html>', '<html lang="en">', ' <head>', ' <meta charset="utf-8">', ' <meta http-equiv="X-UA-Compatible" content="IE=edge">', ' <meta name="viewport" content="width=device-width, initial-scale=1.0">', ' <meta name="description" content="Generated by http://assemble.io">', ' <meta name="author" content="{%= name %}">', ' <title> {%= name %} </title>', '', ' <!-- Bootstrap CSS -->', ' <link href="http://getbootstrap.com/dist/css/bootstrap.min.css" rel="stylesheet">', ' <link href="http://getbootstrap.com/docs-assets/css/docs.css" rel="stylesheet">', ' </head>', ' <body>', ' <div class="container bs-docs-container">', ' {%= content %}', ' </div>', ' </body>', '</html>', ].join('\n');