forked from gergely/calendar-social
9 lines
151 B
HTML
9 lines
151 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
<h1>
|
|
{{ profile.name }}
|
|
<small>@{{ profile.user.username}}</small>
|
|
</h1>
|
|
{% endblock content %}
|