<!-- Jumbotron -->
<div class="jumbotron">
<h2 class="h1">Hello, world!</h2>
<p class="text-xl">This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>
<hr class="my-4">
<p class="pb-3">It uses utility classes for typography and spacing to space content out within the larger container.</p>
<a href="#" class="btn btn-primary">Learn more</a>
</div>
//- Jumbotron
.jumbotron
h2.h1 Hello, world!
p.text-xl This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.
hr.my-4
p.pb-3 It uses utility classes for typography and spacing to space content out within the larger container.
a(href="#").btn.btn-primary Learn more