MAPG-181 add new layout type (minimal)

This commit is contained in:
Bence Pőcze 2020-06-28 03:16:48 +02:00
parent 2fac828098
commit 4099f1d962
Signed by: bence
GPG Key ID: AA52B11A3269D1C1

View File

@ -0,0 +1,13 @@
@extends('templates/mapguesser')
@section('content')
<header>
<h1>
<img class="inline" width="1em" height="1em" src="<?= $_ENV['STATIC_ROOT'] ?>/img/icon.svg?rev=<?= REVISION ?>"><!--
--><?= $_ENV['APP_NAME'] ?>
</h1>
</header>
<main>
@yields('main')
</main>
@endsection