{% extends 'base.html' %} {% from 'partials/macros.html' import tags, page_header, summary_box, chat_quote, date_divider, conflict %} {% block title %}{{ page.title }} — 에르메스단 LLM Wiki{% endblock %} {% block content %} {{ page_header(page.title, page.meta) }} {{ tags(page.tags) }} {{ summary_box(page.summary) }}

{{ page.section_title | default('토론 스레드') }}

{% for group in page.quote_groups %} {% if group.date_label %}{{ date_divider(group.date_label) }}{% endif %} {% for quote in group.quotes %} {{ chat_quote(quote.initials, quote.name, quote.text) }} {% endfor %} {% if group.conflict %} {{ conflict(group.conflict) }} {% endif %} {% endfor %} {% endblock %} ⚡ Powered by Onpod