layout:knowledge-hub

This layout is specifically for the Knowledge Hub page.

The basic subpage module has tag "layout:knowledge-hub".

Each basic subpage has a headline and content. If an image is attached in the files tab of the subpage - the image will be loaded into the left side of the module (stacked on top for mobile).

To add a button link - add a link within the basic content and wire up to the page you want. Then in the HTML source code view add class="btn btn-primary" to the hyperlink anchor tag - like the example below:

<p class="mt-3"><a class="btn btn-primary" href="/contracts">See contracts</a></p>