about summary refs log tree commit diff
path: root/templates/orphan.html
blob: db8634a3062e7d7111313d514039d9ad16bf1b21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{% extends "base.html" %}

{% block title %}{{ page.title }} - {{ config.title }}{% endblock title %}

{% block content -%}
<h1>{{- page.title -}}</h1>

{{ page.content | safe -}}

{%- endblock content -%}