<!--
Copy and paste the code below into Cascade. Replace each A tag href with the ID of the page element you want. This will allow the link to jump to that section of the page.
-->
<div class="row row-cols-1 this-page-block p-3">
<div class="col">
<h5>On This Page</h5>
</div>
<div class="col">
<a href="Copy Anchor Tag here">Copy Link Name Here</a> | <a href="Copy Anchor Tag here">Copy Link Name Here</a> | <a href="Copy Anchor Tag here">Copy Link Name Here</a> | <a href="Copy Anchor Tag here">Copy Link Name Here</a> | <a href="Copy Anchor Tag here">Copy Link Name Here</a>
</div>
</div>
.this-page-block {
background-color: #e1e1e1;
}