17c2c99faSGreg Roach<?php 27c2c99faSGreg Roach 3*10e06497SGreg Roachdeclare(strict_types=1); 4*10e06497SGreg Roach 57c2c99faSGreg Roach/** 67c2c99faSGreg Roach * @var string $content 77c2c99faSGreg Roach * @var string $title 87c2c99faSGreg Roach */ 97c2c99faSGreg Roach 107c2c99faSGreg Roach?> 11ff995987SGreg Roach<h2 class="wt-page-title"> 12ff995987SGreg Roach <?= $title ?> 13ff995987SGreg Roach</h2> 14ff995987SGreg Roach 15ff995987SGreg Roach<div class="wt-page-content"> 16ff995987SGreg Roach <?= $content ?> 17ff995987SGreg Roach</div> 18