bk-dss/templates/index.html

8 lines
199 B
HTML

{% extends "_base.html" %}
{% block content %}
<div class="page-header">
<h1>Welcome</h1>
</div>
<p>You can change your password using the edit function.</p>
{% endblock %}