feat: Added a stress tester so we can benchmark the template rendering.

This commit is contained in:
Spencer Brower
2026-07-21 16:11:29 -04:00
parent 1856e29763
commit 5960d3686c
6 changed files with 275 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<li class="post">
<article>
<h3><a href="{{url}}">{{title}}</a></h3>
<time datetime="{{date}}">{{date | format}}</time>
<p class="excerpt">{{excerpt}}</p>
{{#author}}<address>{{author}}</address>{{/author}}
{{#tags}}<a href="/tag/{{slug}}" class="tag">{{name}}</a>{{/tags}}
</article>
</li>