6 lines
90 B
HTML
6 lines
90 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h1> User Home</h1>
|
|
{% endblock content %}
|