atr/templates/index-public.html (11 lines of code) (raw):
{% extends "layouts/base.html" %}
{% block title %}
Apache Trusted Release
{% endblock title %}
{% block content %}
<h1>Apache Trusted Release</h1>
<div class="alert alert-info d-flex align-items-center" role="alert">
<i class="bi bi-info-circle me-2"></i>
<div>Please login with your ASF account in order to use this platform.</div>
</div>
{% endblock content %}