miniweb/templates/admin/dashboard.jinja

13 lines
512 B
Django/Jinja

<div class="ui grid">
<div class="row">
<div class="column padding-reset">
<div id="jumbotron" class="ui huge message page grid">
<h1 class="ui huge header">Hello World!</h1>
<p>This is the example placeholder that should become the welcoming dashboard for the admin.
It should show various statistics and also a detailed overview of all your models.
</p>
</div>
</div>
</div>
</div>