rvr-nextgen/views/index.php

9 lines
190 B
PHP
Raw Normal View History

2023-04-08 00:42:55 +02:00
@extends(templates/layout_normal)
@section(main)
<h2><?= $_ENV['APP_NAME'] ?></h2>
<div class="box">
<p>This is the new <?= $_ENV['APP_NAME'] ?>.</p>
</div>
@endsection