Tests and more renderer logic
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>$title</title>
|
||||
</head>
|
||||
<body>
|
||||
$content
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,8 @@
|
||||
+++
|
||||
layout = "_layouts/default.html"
|
||||
title = "Page Title"
|
||||
published = false
|
||||
+++
|
||||
Page Title
|
||||
===
|
||||
|
||||
Reference in New Issue
Block a user