git ssb

0+

Grey the earthling / gkn.me.uk



Tree: deab7af0d2b4d48b3f0c15dd8b0f7391ac4be08c

Files: deab7af0d2b4d48b3f0c15dd8b0f7391ac4be08c / themes / ran / templates / page.html

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

Built with git-ssb-web