{% extends "base.html" %} {% block title %}歌词详情 #{{ gen.id }}{% endblock %} {% block content %}
{{ gen.prompt }}
{{ gen.error_message }}
{{ gen.sections_data.original_structure | join(' → ') }}
{{ gen.sections_data.target_structure | join(' → ') }}