title() ?>

description() ?>

user(); // Default author is the username. $author = $User->username(); // If the user complete the first name or last name this will be the author. if( Text::isNotEmpty($User->firstName()) || Text::isNotEmpty($User->lastName()) ) { $author = $User->firstName().' '.$User->lastName(); } ?>
coverImage()) { echo 'Cover Image'; } ?> content(false) ?>