]> jfr.im git - irc/freenode/web-7.0.git/blame - templates/page.html
Update groupreg.md
[irc/freenode/web-7.0.git] / templates / page.html
CommitLineData
083b853a 1{% extends "base.html" %}
512215ac 2{% set title = page.title %}
083b853a
SB
3{% block content %}
4<div class="main">
27dafcb2
EK
5 <h1>{{ page.title }}</h1>
6 {{ page.content }}
083b853a 7</div>
512215ac 8{% endblock %}