mirror of
https://github.com/torproject/community.git
synced 2024-11-23 09:49:49 +00:00
7 lines
154 B
HTML
7 lines
154 B
HTML
|
{% extends "layout.html" %}
|
||
|
{% block title %}{{ this.title }}{% endblock %}
|
||
|
{% block body %}
|
||
|
<h2>{{ this.title }}</h2>
|
||
|
{{ this.body }}
|
||
|
{% endblock %}
|