]> jfr.im git - irc/freenode/web-7.0.git/blame_incremental - templates/page.html
Update 2018-06-22-freenode-and-irccom.md
[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 %}