check reflection
[ssproject1617.git] / testcms-final-anon / themes / default / article.php
1 <section class="content" id="article-<?php echo article_id(); ?>">
2 <h1><?php echo article_title(); ?></h1>
3
4 <article>
5 <?php echo article_html(); ?>
6 </article>
7 </section>
8
9 <?php include 'includes/comment_form.php'; ?>
10
11 <section class="footnote">
12 <p>This article is my <?php echo numeral(article_id()); ?> oldest. It is <?php echo count_words(article_html()); ?> words long.
13 <?php echo article_custom_field('attribution'); ?></p>
14 </section>
15