]> jfr.im git - irc/freenode/web-7.0.git/blame_incremental - templates/page.html
We now have feeds, so our links should reflect that
[irc/freenode/web-7.0.git] / templates / page.html
... / ...
CommitLineData
1{% extends "base.html" %}
2{% set title = page.title %}
3{% block content %}
4<div class="main">
5 <h1>{{ page.title }}</h1>
6 {{ page.content }}
7</div>
8{% endblock %}