diff --git a/templates/page.html b/templates/page.html index a61f999..a3efd99 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,4 +1,12 @@ -{% extends "base.html" %} {% block content %} +{% extends "base.html" %} + +{% block metadata %} + +{{ page.description }} + +{% endblock %} + +{% block content %}

{{ page.title }}

{% if page.date and page.date is defined %}