mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 03:56:21 +05:30
10 lines
No EOL
328 B
PHP
10 lines
No EOL
328 B
PHP
<?php if (!defined('HTMLY')) die('HTMLy'); ?>
|
|
<article class="page type-page hentry">
|
|
<header class="entry-header">
|
|
<?php if (login()) { echo tab($p); } ?>
|
|
<h1 class="entry-title"><?php echo $p->title ?></h1>
|
|
</header>
|
|
<div class="entry-content">
|
|
<?php echo $p->body; ?>
|
|
</div>
|
|
</article>
|