haldis/app/templates/profile.html

7 lines
141 B
HTML
Raw Normal View History

2015-06-05 09:39:34 +00:00
{% extends "layout.html" -%}
{% set active_page = "profile" -%}
{% block container %}
<h1>{{ current_user.username }}</h1>
{% endblock %}