UNPKG

258 BHTMLView Raw
1{% extends './layout.html' %}
2
3{% block title %}
4<title>{{__(message)}}</title>
5{% endblock %}
6
7{% block content %}
8<div class="auth-form-header">
9 <h1 class="text-danger">{{__(status)}}</h1>
10 <p class="text-muted">{{__(message)}}</p>
11</div>
12{% endblock %}
\No newline at end of file