]> jfr.im git - irc/freenode/web-7.0.git/blame - templates/page.html
Add 2020-11-28-chanserv-cloak-changes.md (#476)
[irc/freenode/web-7.0.git] / templates / page.html
CommitLineData
083b853a 1{% extends "base.html" %}
512215ac 2{% set title = page.title %}
7cd640de 3{% set robots = page.robots %}
083b853a
SB
4{% block content %}
5<div class="main">
27dafcb2
EK
6 <h1>{{ page.title }}</h1>
7 {{ page.content }}
083b853a 8</div>
512215ac 9{% endblock %}