{% extends 'base.html' %} {% block title %}測試頁面 - EwoooC{% endblock %} {% block content %}
測試項目
  • base.html 載入 OK
  • _navbar.html 載入 OK
  • Bootstrap CSS OK
  • Font Awesome OK
  • CSRF Token OK
系統資訊
當前時間 {{ datetime_now }}
當前頁面 {{ active_page or '未設定' }}
登入狀態 {% if current_user and current_user.is_authenticated %} 已登入 ({{ current_user.username }}) {% else %} 未登入 {% endif %}
返回首頁
{% endblock %}