mirror of
https://github.com/torproject/tpo.git
synced 2024-11-30 05:20:36 +00:00
6 lines
116 B
HTML
6 lines
116 B
HTML
{% extends "layout.html" %}
|
|
{% block body %}
|
|
{% include 'topics.html' %}
|
|
{{ this.body }}
|
|
{% endblock %}
|