StarfallBot/web/templates/components/page_empty.jinja

7 lines
355 B
Django/Jinja

<div class="container" id="content">
<div class="d-flex flex-column justify-content-center align-items-center">
<h1 class="text-warning-emphasis bg-warning-emphasis mb-4">Empty Page</h1>
<p>No content has been defined for this page.</p>
<p>This is likely by accident, please report this to the site owner.</p>
</div>
</div>