Browse Source

Just because there is no content, it is no reason to not import the base template

master
Julio Biason 5 years ago
parent
commit
5d3ed4de7c
  1. 1
      templates/section-contentless.html

1
templates/section-contentless.html

@ -1,4 +1,5 @@
{# A section that has only its front matter and no content. #}
{% extends "index.html" %}
{% block content %}
<h1>{{ section.title }}</h1>

Loading…
Cancel
Save