mirror of
https://github.com/torproject/manual.git
synced 2025-03-04 15:37:27 +00:00
6 lines
116 B
HTML
6 lines
116 B
HTML
{% extends "layout.html" %}
|
|
{% block body %}
|
|
{% include 'topics.html' %}
|
|
{{ this.body }}
|
|
{% endblock %}
|