vanth/templates/index.html
Eli Ribble f566ca8914 Remove my old test logout button
I now have a legit logout button in my navbar!
2016-06-09 10:00:00 -06:00

4 lines
118 B
HTML

{% extends 'layout.html' %}
{% block main_content %}
<h1>Hello {{ current_user.name }} from Vanth</h1>
{% endblock %}