vanth/templates/index.html

5 lines
118 B
HTML

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