You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

22 lines
642 B

<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php $this->need('header.php'); ?>
<!-- content start -->
<div class="am-g am-g-fixed blog-fixed">
<div class="am-u-sm-12">
<article class="am-article blog-article-p">
<div class="am-article-hd">
<h1 class="am-article-title blog-text-center"><?php $this->title() ?></h1>
</div>
<div class="am-article-bd">
<?php $this->content(); ?>
</div>
</article>
<?php $this->need('comments.php'); ?>
<hr>
</div>
</div>
<!-- content end -->
<?php $this->need('footer.php'); ?>