Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?= $this->extend('template/base') ?>
- <?= $this->section('style') ?>
- <?= $this->endSection() ?>
- <?= $this->section('content') ?>
- <?= $this->endSection() ?>
- <?= $this->section('js') ?>
- <?= $this->endSection() ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement