summaryrefslogtreecommitdiff
path: root/loop-templates/content-blank.php
blob: 01ff3af71d0bc042af10832158cbe3050dc763dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
 * Blank content partial template.
 *
 * @package understrap
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

the_content();