start.php 143 Bytes Edit Raw Blame History 1 2 3 4 5 6 <?php $this->beginContent('@app/layouts/main.php'); ?> <div class="animated fadeIn"> <?= $content ?> </div> <?php $this->endContent(); ?>