mirror of
https://github.com/torproject/support.git
synced 2024-11-23 09:19:45 +00:00
7 lines
224 B
HTML
7 lines
224 B
HTML
{% from "macros/question.html" import render_question %}
|
|
{% extends "layout.html" %}
|
|
{% block title %}{{ this.title }}{% endblock %}
|
|
{% block body %}
|
|
{{ render_question(this, this._id, "topic", this.alt) }}
|
|
{% endblock %}
|