File size: 770B
<?php $this->layout('layout') ?>
<?php $this->start('title') ?>Документация - Motor CMS<?php $this->stop() ?>
<?php $this->start('description') ?>Motor CMS - Легкий и быстрый движок для сайта. Не использует базу данных, не требует особых библиотек на сервере<?php $this->stop() ?>
<?php $this->start('header') ?>
<h1>Документация</h1>
<?php $this->stop() ?>
<?php $this->start('breadcrumb') ?>
<nav>
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/"><i class="bi bi-house-door"></i></a></li>
<li class="breadcrumb-item active">Документация</li>
</ol>
</nav>
<?php $this->stop() ?>
В разработке