From 5d3ed4de7c674f13a609c037881f867288da781f Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Tue, 15 Jan 2019 10:27:28 -0200 Subject: [PATCH] Just because there is no content, it is no reason to not import the base template --- templates/section-contentless.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/section-contentless.html b/templates/section-contentless.html index 577263b..7b983b5 100644 --- a/templates/section-contentless.html +++ b/templates/section-contentless.html @@ -1,4 +1,5 @@ {# A section that has only its front matter and no content. #} +{% extends "index.html" %} {% block content %}

{{ section.title }}