Files
thetempusproject/app/plugins/blog/views/list.html
2025-02-05 23:57:17 -05:00

16 lines
480 B
HTML

{LOOP}
<article class="blog-post context-main-bg p-2">
<h2 class="blog-post-title mb-1">{title}</h2>
<p class="blog-post-meta">{DTC date}{created}{/DTC} by <a href="{ROOT_URL}home/profile/{authorName}" class="text-decoration-none atb-green">{authorName}</a></p>
<div class="well">
{contentSummary}
</div>
</article>
<hr>
{/LOOP}
{ALT}
<div class="text-center">
<p class="h5">No Posts Found</p>
</div>
{/ALT}