diff --git a/views/index.html b/views/index.html index f5cf851..b66e4b9 100644 --- a/views/index.html +++ b/views/index.html @@ -1,3 +1,4 @@ +
@include(snippets/header)
@if(tmp.user)

user: {!! tmp.user.toLowerCase() !!}@if(tmp.mime) ({{ tmp.mime }}s)@else (all)@endif

@endif @@ -11,4 +12,5 @@ ▼
+ @include(snippets/footer)