## Callouts

Use callouts to quickly draw attention to specific actions with an extended explanation.

{% example html %}
<div class="callout">
  <div class="callout-content">
    <strong>Explore this thing.</strong> Learn more about this thing.
  </div>

  <div class="callout-secondary">
    <button class="btn btn-primary">Get started</button>
  </div>
</div>
{% endexample %}
