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

6 lines
153 B
Text
Raw Normal View History

2022-03-10 14:26:22 +00:00
{% extends "base.html.j2" %}
{% block content %}
<h1 class="h2 mt-3">Welcome</h1>
<p>Welcome to the Bypass Censorship portal.</p>
{% endblock %}