mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 04:20:17 +02:00
16 lines
332 B
HTML
16 lines
332 B
HTML
{% extends "public/base.html" %}
|
|
|
|
{% block title %}Alliance Auth{% endblock %}
|
|
|
|
{% block page_title %}Something something here{% endblock page_title %}
|
|
|
|
{% block content %}
|
|
<div class="col-lg-12">
|
|
|
|
<h1 class="page-header text-center">Help</h1>
|
|
<div class="container">
|
|
<p>WAT</p>
|
|
</div>
|
|
</div>
|
|
{% endblock content %}
|