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

12 lines
200 B
HTML
Raw Normal View History

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