4 lines
106 B
HTML
4 lines
106 B
HTML
|
|
{% extends "core/base.html" %}
|
||
|
|
|
||
|
|
{% block header_text %}{{ user.email }}'s lists{% endblock header_text %}
|