UNPKG

@forwardslashns/fws-cli

Version:

CLI meant to work together with other Forwardslash boilerplates.

20 lines (16 loc) 425 B
<?php /** * Template View for displaying Parts * * @link https://internal.forwardslashny.com/starter-theme/#blocks-and-parts * * @package fws_starter_s */ // get template view values $query_var = get_query_var( 'content-parts', [] ); // set and escape template view values $title = esc_textarea( $query_var['title'] ) ?? ''; ?> <div class="<%= str %>"> <span><?php echo $title; ?></span> </div><!-- .<%= str %> -->