<?php use Micro\Web\Html\Html; /** @var \App\Components\View $this */ $this->title .= ' - ???????'; ?> <?= Html::heading(1, 'Simple app'); ?> <?= Html::openTag('p') ?>This site is a simple<?= Html::closeTag('p'); ?>
info at phpclasses dot org