<?php $this->layout('template'); ?> <section class="container mt-5"> <h1 class="text-center"><?= $title ?></h1> <div class="row mt-4"> <div class="col-md-4"> <a href="/admin/users" class="w3-button w3-black w3-ripple">Gerenciar Usuários</a> </div> </div> </section>
info at phpclasses dot org