about summary refs log tree commit diff
path: root/templates/orphan.html
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-07-04 11:36:33 -0700
committerFranck Cuny <franck@fcuny.net>2024-07-04 11:36:33 -0700
commitfccd15aec3507fd3f0cb4a2c18a0ec1af1d69c1f (patch)
treef506115024e7e6247279409fa053e59927ec398c /templates/orphan.html
parentdont format html files with prettier (diff)
downloadfcuny.net-fccd15aec3507fd3f0cb4a2c18a0ec1af1d69c1f.tar.gz
migrate to zola
Diffstat (limited to 'templates/orphan.html')
-rw-r--r--templates/orphan.html10
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 -%}