mirror of
https://github.com/thewesker/htmly-cleanblog.git
synced 2025-12-19 19:51:07 -05:00
11 lines
314 B
PHP
11 lines
314 B
PHP
<!-- Post Content -->
|
|
<article>
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
|
<?php if (login()) { echo tab($p); } ?>
|
|
<?php echo $p->body;?>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</article>
|