mirror of
https://github.com/torproject/manual.git
synced 2024-11-27 03:10:27 +00:00
7 lines
196 B
HTML
7 lines
196 B
HTML
|
{% from "macros/topic.html" import render_topic %}
|
||
|
{% extends "layout.html" %}
|
||
|
{% block title %}{{ this.title }}{% endblock %}
|
||
|
{% block body %}
|
||
|
{{ render_topic(this, this.alt) }}
|
||
|
{% endblock %}
|