Files
caminus/templates/minecraft/profile.html
Trever Fischer 548de830f0 Initial commit
2012-02-17 15:36:35 -05:00

7 lines
135 B
HTML

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