20 lines
410 B
Plaintext
20 lines
410 B
Plaintext
<article class="blog_post">
|
|
{?.title}<h1 class="blog_post_title"><span>{.title}</span></h1>{/.title}
|
|
{! TODO: date? !}
|
|
|
|
{! TODO: Table of contents? !}
|
|
|
|
<div class="blog_post_body">
|
|
{#.children}
|
|
{>document_element/}
|
|
{/.children}
|
|
|
|
{?.footnotes}
|
|
<h2>Footnotes:</h2>
|
|
{#.footnotes}
|
|
{>real_footnote_definition/}
|
|
{/.footnotes}
|
|
{/.footnotes}
|
|
</div>
|
|
</article>
|