sf-static/flblog/themes/casper/static.html.php
2023-02-28 19:21:07 +01:00

12 lines
No EOL
361 B
PHP

<article class="post-full post">
<header class="post-full-header">
<h1 class="post-full-title"><?php echo $p->title;?></h1>
<?php if (login()):?><a href="<?php echo $p->url;?>/edit?destination=post">Edit</a><?php endif;?>
</header>
<section class="post-full-content">
<div class="post-content">
<?php echo $p->body;?>
</div>
</section>
</article>