UNPKG

@forwardslashns/fws-cli

Version:

CLI meant to work together with other Forwardslash boilerplates.

23 lines (17 loc) 373 B
<?php /** * Template View for displaying Parts * * @package fws_starter_s */ declare(strict_types=1); // get template view values $vars = $vars ?? []; // set template view values $title = $vars['title'] ?? ''; fws()->render()->includeCss(); //fws()->render()->includeJs(); ?> <div class="<%= str %>"> <span><?php echo $title; ?></span> </div><!-- .<%= str %> -->