Tests and more renderer logic

This commit is contained in:
2025-08-31 00:55:31 -05:00
parent 0aca4c36cb
commit 4ffd647377
10 changed files with 130 additions and 25 deletions
+9
View File
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>$title</title>
</head>
<body>
$content
</body>
</html>
+8
View File
@@ -0,0 +1,8 @@
+++
layout = "_layouts/default.html"
title = "Page Title"
published = false
+++
Page Title
===