ariatemplates/git-release-notes

Output bootstrap html without Html, Head and Body tags

Closed this issue · 2 comments

Hi there,

is it possible to output a Bootstrap HTML template so that that you only get the <div class="container" role="main"> div contents and nothing else?

I'd like to embed the output into a separate page (which I load as a Html.Partial)

Cheers!
-Chris

Hi Chris

There's a way, yes. Copy the bootstrap template from here, remove what you don't need and save the file somewhere in your repo.

You can then run git-release-notes v1..v2 /path/to/template.ejs

I don't feel like adding multiple variations of the same template in this repo, so you'll have to use a custom template

Nice one thank you very much!