6 lines
153 B
Text
6 lines
153 B
Text
|
{% extends "base.html.j2" %}
|
||
|
|
||
|
{% block content %}
|
||
|
<h1 class="h2 mt-3">Welcome</h1>
|
||
|
<p>Welcome to the Bypass Censorship portal.</p>
|
||
|
{% endblock %}
|