/home/preegmxb/bricks.theoriginalsstudios.com/wp-content/themes/bricks/comments.php
<?php
$comments = new Bricks\Element_Post_Comments(
	[
		'settings' => [
			'title'   => true,
			'avatar'  => true,
			'cookies' => get_option( 'show_comments_cookies_opt_in' ), // Settings > Discussion > Show comments cookies opt-in checkbox (@since 1.8)
		],
	]
);

$comments->load();

$comments->init();