<?php /** * Kalium WordPress Theme * * Index page. * * @author Laborator * @link https://kaliumtheme.com */ if ( ! defined( 'ABSPATH' ) ) { exit; // Direct access not allowed. } /** * Show page template. */ get_template_part( 'page' );