Switch templating to hyperfast This also means that highland is not (currently) required
1 file changed, 5 insertions(+), 7 deletions(-)
changed files
M src/templates/home.html → src/templates/home.html
@@ -1,7 +1,5 @@ -<main class="home"> - <ul class="posts"> - <li class="post"> - <a href="/">Test post please ignore</a> - </li> - </ul> -</main> +<ul class="posts"> + <li class="post"> + <a href="/">Test post please ignore</a> + </li> +</ul>