backend: add partial support for viewing media
This commit is contained in:
parent
f63398e54f
commit
b09a5e7fe1
4 changed files with 69 additions and 3 deletions
|
@ -18,7 +18,9 @@
|
|||
</header>
|
||||
<main class="border-bottom border-top border-accent flex-i-fullsize flex-c-vertical">
|
||||
<div class="viewport flex-i-fullsize flex-c-vertical">
|
||||
[% UNLESS no_title %]
|
||||
<h1>[% title %]</h1>
|
||||
[% END %]
|
||||
<div class="viewport flex-i-fullsize">[% content %]</div>
|
||||
[% IF pager %]
|
||||
<footer>
|
||||
|
|
Reference in a new issue