Pőcze Bence
7945627708
Some checks failed
rvr-nextgen/pipeline/head There was a failure building this commit
14 lines
313 B
PHP
14 lines
313 B
PHP
@extends(templates/rvr)
|
|
|
|
@section(content)
|
|
<header>
|
|
<h1>
|
|
<img class="inline" width="1em" height="1em" src="<?= $_ENV['STATIC_ROOT'] ?>/img/icon.svg?rev=<?= REVISION ?>" alt="<?= $_ENV['APP_NAME'] ?>"><!--
|
|
--><?= $_ENV['APP_NAME'] ?>
|
|
</h1>
|
|
</header>
|
|
<main>
|
|
@yields('main')
|
|
</main>
|
|
@endsection
|