Page title
The page title widget simply allows the user to add the title of the page to the page in the form of a h1 heading. This will always match the title of the page.
Examples
Adding the page title widget to your template means the user can optionally show the title of the page without the user having to drag it onto each new page that is created.
Basic usage
{{widget('pagetitle', 'title', {})|raw}}
Resulting HTML:
<div class="bk-pagetitle pagetitle widget__pagetitle">
<h1 class="pagetitle-text pagetitle__pagetitle-text">Lorem Ipsum</h1>
</div>
Widget options
Currently this widget does not have any options.