{% extends "base.html" %} {% block title %}AI 自由問答 — {{ site_name or "wenji" }}{% endblock %} {% block description %}{{ ask_hint }}{% endblock %} {% block extra_meta %} {# Generated answers must stay out of search indexes, and ?q= would otherwise mint unlimited crawlable URLs. robots.txt disallows /ask as well. #} {% endblock %} {% block content %}

AI 自由問答

{{ ask_hint }}

{% if ask_examples %}
試試這些問題
{% endif %}
{# Transcript of turns; ask.js appends here and keeps the turn history. #}
{% endblock %} {% block scripts %} {# base.html already loads /static/ask.js (deferred) on every page — do not load it again here. This inline script runs at parse time, so the flag is set before the deferred script executes. #} {% endblock %}