rss-bridge/templates/error.html.php

10 lines
110 B
PHP

<section>
<h2>Something went wrong</h2>
<br>
<p>
<?= e($message) ?>
</p>
</section>