d3c3nt

[DORMANT] a fairly decent theme for the zola static site engine
git clone git://git.figbert.com/d3c3nt.git
Log | Files | Refs | README | LICENSE

commit 18099b1cb11eddc6a5fa7be531e597b4f253334d
parent 61245173829f3972fb4b862ee2e15ae3e8d5aae5
Author: FIGBERT <figbert@figbert.com>
Date:   Fri, 28 Aug 2020 16:57:00 -0700

:hammer: Add page template

Diffstat:
Atemplates/page.html | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/templates/page.html b/templates/page.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} + +{% block content %} + {{ page.content | safe }} +{% endblock content %} +