{% extends 'base.html' %} {% block title %}測試頁面 - EwoooC{% endblock %} {% block content %}
此頁面用於驗證 base.html 模板繼承與導航列組件是否正常運作
| 當前時間 | {{ datetime_now }} |
|---|---|
| 當前頁面 | {{ active_page or '未設定' }} |
| 登入狀態 | {% if current_user and current_user.is_authenticated %} 已登入 ({{ current_user.username }}) {% else %} 未登入 {% endif %} |