miti.sh/index.html
2025-05-20 20:18:39 -07:00

23 lines
483 B
HTML

{
date: "Thu May 08 2025 19:41:30.000000000"
}
$render{"templates/wares"}
<h2>Posts</h2>
$({{go = "yeah"}})[[<p>$go! I can't believe this thing works!</p>]]
$(blah)[[$say, ]]
$blah[[<p>$say</p>]]
$(get_posts({limit = 5}))[[
<section>
<h3><a href="$target">$post_title</a></h3>
<time>$publish_date</time> — $blurb
<a class="read-post-link" href="$target">Read post →</a>
</section>
]]
<h4 style="text-align: center;">
<a href="$root/posts">View more posts</a>
</h4>