diff --git a/templates/section-contentless.html b/templates/section-contentless.html new file mode 100644 index 0000000..577263b --- /dev/null +++ b/templates/section-contentless.html @@ -0,0 +1,6 @@ +{# A section that has only its front matter and no content. #} + +{% block content %} +

{{ section.title }}

+ {{ section.content | safe }} +{% endblock content %}