This commit is contained in:
schrumpel 2022-12-19 02:04:11 +01:00
parent fdc8b836b3
commit 49849a4a12

View File

@ -1,3 +1,4 @@
<div class="pagewrapper">
@include(snippets/header)
<div class="index-container">
@if(tmp.user)<h2>user: {!! tmp.user.toLowerCase() !!}@if(tmp.mime) ({{ tmp.mime }}s)@else (all)@endif</h2>@endif
@ -11,4 +12,5 @@
&#9660;
</div>
</div>
</div>
@include(snippets/footer)