euscan-ng/euscanwww/djeuscan/templates/euscan/accounts/index.html

12 lines
196 B
HTML
Raw Normal View History

{% extends "_base.html" %}
{% load url from future %}
{% block title %}
{{ block.super }} - Welcome {{ user }}
{% endblock %}
{% block content %}
<h2>Welcome {{ user }}</h2>
{% endblock %}