majuna/app/portal/templates/bridges.html.j2

8 lines
188 B
Text
Raw Normal View History

2022-03-10 14:26:22 +00:00
{% extends "base.html.j2" %}
{% from "tables.html.j2" import bridges_table %}
{% block content %}
<h1 class="h2 mt-3">Tor Bridges</h1>
{{ bridges_table(bridges) }}
{% endblock %}