This page demonstrates how to use the button
include tag.
Usage
This tag creates a visual button with the given text. It is intended for use documenting features and workflows of software applications; these “buttons” do not perform any action when clicked on the page.
Code
Click {% include button label="OK" %} to continue,
or {% include button label="Cancel" %} to stop.
Result
Click to continue, or to stop.