{% extends 'base.html' %} {% block title %}首頁 - 營運資訊系統{% endblock %} {% block content %}

{{ data }}

目前可用的功能包括:

{% if user.is_authenticated %}

目前登入使用者:{{ user.username }}

{% else %}

未登入

{% endif %}
{% endblock %}