Files
wireguard_webadmin/containers/auth-gateway/auth_gateway/templates/error.html

7 lines
210 B
HTML

{% extends "base.html" %}
{% block title %}{{ title }} — Gatekeeper{% endblock %}
{% block content %}
<h1 class="card-title">{{ title }}</h1>
<p class="card-subtitle">{{ message }}</p>
{% endblock %}