git ssb

0+

Grey the earthling / gkn.me.uk



Tree: 966d4f5fcc2f3b454517e361937753fef22764e3

Files: 966d4f5fcc2f3b454517e361937753fef22764e3 / themes / ran / templates / page.html

265 bytesRaw
1{% extends "base.html" %}
2{%- block title -%}{{- page.title | trim -}}{%- endblock -%}
3{%- block body_main_header -%}
4 <h1 class="pagetitle">
5 {{- self.title() -}}
6 </h1>
7{%- endblock -%}
8{%- block body_main_main -%}
9 {{- page.content | trim -}}
10{%- endblock -%}
11
12

Built with git-ssb-web