2023-12-19 19:23:56 -05:00
|
|
|
<article class="blog_post">
|
2023-12-19 20:33:21 -05:00
|
|
|
{?.title}<h1 class="blog_post_title"><span>{.title}</span></h1>{/.title}
|
2023-12-19 19:23:56 -05:00
|
|
|
{! TODO: date? !}
|
2023-10-23 23:36:47 -04:00
|
|
|
|
|
|
|
{! TODO: Table of contents? !}
|
|
|
|
|
|
|
|
<div class="blog_post_body">
|
2023-10-27 18:15:53 -04:00
|
|
|
{#.children}
|
|
|
|
{>document_element/}
|
|
|
|
{/.children}
|
2023-10-29 15:36:15 -04:00
|
|
|
|
|
|
|
{?.footnotes}
|
2023-10-29 15:50:09 -04:00
|
|
|
<h2>Footnotes:</h2>
|
|
|
|
{#.footnotes}
|
|
|
|
{>real_footnote_definition/}
|
|
|
|
{/.footnotes}
|
2023-10-29 15:36:15 -04:00
|
|
|
{/.footnotes}
|
2023-10-23 21:51:15 -04:00
|
|
|
</div>
|
2023-12-19 19:23:56 -05:00
|
|
|
</article>
|