{"name":"Jumbotron","key":"jumbotron","instructions":"Enter a title, subtitle and some content for a bootstrap jumbotron","defaults":"Title=\"My Title\",Subtitle=\"A subtitle\",Content=\"What this is all about\"","body":"<div class=\"jumbotron jumbotron-fluid\">\n    <h1 class=\"display-4\">{{Title}}</h1>\n    <p class=\"lead\">{{Subtitle}}</p>\n    <hr class=\"my-4\">\n    <p>{{Content}}</p>\n</div>&nbsp;","version":"1.0.0"}