diff options
author | m-r-r <raybaudroigm@gmail.com> | 2012-07-26 15:01:23 +0200 |
---|---|---|
committer | m-r-r <raybaudroigm@gmail.com> | 2012-07-26 15:01:23 +0200 |
commit | c55d10de9c103e2c023ef1f40f4f4c0502570e69 (patch) | |
tree | 60525471c4c5386b00f8707c4d3d060f2b31cf43 /dev-random2/templates/page.html | |
parent | 98f0d46f2bbddf86e8d202b533af35fa79da2d2f (diff) | |
download | pelican-themes-c55d10de9c103e2c023ef1f40f4f4c0502570e69.tar.gz |
[dev-random2] Theme upgrade
Diffstat (limited to 'dev-random2/templates/page.html')
-rw-r--r-- | dev-random2/templates/page.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-random2/templates/page.html b/dev-random2/templates/page.html new file mode 100644 index 0000000..b52c807 --- /dev/null +++ b/dev-random2/templates/page.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} + +{% block title %}{{ super() }} — {{ page.url }}{% endblock title %} + +{%- block content %} + <h1>{{ page.title }}</h1> + {{ page.content }} +{% endblock content -%} |