7 wiersze
119B

  1. <?= $this->extend('templates/baseAdmin') ?>
  2. <?= $this->section('content') ?>
  3. <h1>hey</h1>
  4. <?= $this->endSection() ?>