mirror of
https://github.com/torproject/tpo.git
synced 2024-11-23 09:59:56 +00:00
7 lines
144 B
HTML
7 lines
144 B
HTML
|
<div class="container py-3 mt-5 content">
|
||
|
<div class="col-sm-9">
|
||
|
{% block body %}
|
||
|
{{ this.body }}
|
||
|
{% endblock %}
|
||
|
</div>
|
||
|
</div>
|