projects
/
Ultimately_Untrue_Thought.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
drafting "The Categories ..."
[Ultimately_Untrue_Thought.git]
/
theme
/
templates
/
page.html
1
{% extends "base.html" %}
2
{% block title %}{{ page.title }} • {{ SITENAME }}{% endblock %}
3
4
{% block content %}
5
6
<h1>{{ page.title }}</h1>
7
{{ page.content }}
8
9
{% endblock %}