UNPKG

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