info.php 196 B

12345678910111213141516
  1. <?= $this->extend('layout') ?>
  2. <?= $this->section('content') ?>
  3. <div class ="flex2">
  4. <div class="content">
  5. <h11><?php echo $info;?></h11>
  6. </div>
  7. </div>
  8. </div>
  9. <?= $this->endSection() ?>