diff options
Diffstat (limited to 'templates/orphan.html')
| -rw-r--r-- | templates/orphan.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/orphan.html b/templates/orphan.html new file mode 100644 index 0000000..2469ecf --- /dev/null +++ b/templates/orphan.html @@ -0,0 +1,10 @@ +{% extends "base.html" %} + +{% block title %}{{ page.title }} - {{ config.title }}{% endblock title %} + +{% block content -%} +<main> +<h1>{{- page.title -}}</h1> +{{ page.content | safe -}} +</main> +{%- endblock content -%} |
