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
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>{{$title}}{{/title}}</title>
{{$head}}{{/head}}
</head>
<body>
{{$nav}}{{/nav}}
{{$content}}{{/content}}
{{$sidebar}}{{/sidebar}}
{{$footer}}{{/footer}}
</body>
</html>