HEX
Server: LiteSpeed
System: Linux Angkanet 5.15.0-94-generic #104-Ubuntu SMP Tue Jan 9 15:25:40 UTC 2024 x86_64
User: webpa4002 (1011)
PHP: 8.2.15
Disabled: NONE
Upload Files
File: /home/web.paitoan.com/public_html/wp-content/themes/frontier/page-blank.php
<?php // Template Name: Blank ?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<?php wp_head(); ?>
</head>

<body <?php body_class(); ?>>

	<div id="post-<?php the_ID(); ?>">

		<?php
			the_post();
			the_content();
		?>

	</div>

	<?php wp_footer(); ?>
</body>
</html>