index.php 372 Bytes
<?php
use yii\widgets\Breadcrumbs;
?>
<?php
$this->title = $text->meta_title;
$this->registerMetaTag(['name' => 'description', 'content' => $text->meta_description]);
$this->registerMetaTag(['name' => 'keywords', 'content' => $text->meta_keywords]);
?>

<div class="container">

    <div class="content">
<h1><?=$text->title;?></h1>
<?=$text->body;?>
        </div>
</div>