Files
caminus/templates/profiles/profile.html
2012-02-18 15:39:50 -05:00

7 lines
135 B
HTML

{% extends "base.html" %}
{%block title%}Your Profile{%endblock%}
{%block content %}
<p>Welcome, {{ user.username }}</p>
{%endblock%}