web/www/help/index.php

19 lines
462 B
PHP

<?= Template::Header(['title' => 'Help', 'highlight' => '', 'description' => 'Help with Standard Ebooks.']) ?>
<main>
<section class="narrow">
<h1>Help</h1>
<ul>
<li>
<p>
<a href="/help/how-to-use-our-ebooks">How to use our ebooks</a>
</p>
</li>
<li>
<p>
<a href="/help/managing-your-recurring-donation">Managing or canceling your recurring donation</a>
</p>
</li>
</ul>
</section>
</main>
<?= Template::Footer() ?>