I'm getting to know the project, it looks interesting. I checked one of the examples from the documentation and it didn't work as I expected. the word "Index" was not included in the title. Something is wrong or I don't understand the idea.
https://github.com/emmett-framework/renoir/blob/master/docs/quickstart.md
Template inheritance
output:
<html lang="en">
<head>
<link rel="stylesheet" href="style.css" />
<title> - My Webpage</title>
<style type="text/css">
.title { color: #336699; }
</style>
</head>
<body>
<div id="content">
Index
<h1>Index</h1>
<p class="title">
Welcome to my awesome homepage.
</p>
</div>
<div id="footer">
Copyright 2020 by you.
</div>
</body>
</html>
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too