From 2e98f140e810d5271258df6905e744737734c666 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 21 Nov 2017 23:21:01 +0100 Subject: Add handlers for creating new Posts. --- templates/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 2a3a95b..674b867 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,6 +4,7 @@ {{ title }} +

Create new post

{{# posts }}{{> post_teaser.html }}{{/ posts }} -- cgit v1.2.3