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

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

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

  {{ page.content | safe -}}
</main>
{%- endblock content -%}