{{ c.chunk_text_html|safe }}
{% endfor %}
{% else %}
{{ article.content_html|safe }}
{% endif %}
{{ article.title or '(無標題)' }}
{% if article.chunks %}
{% for c in article.chunks %}
{% extends "base.html" %} {% block title %} {{ article.title or '(無標題)' }} — {{ site_name or "wenji" }} {% endblock %} {% block description %}{{ article.description or article.title }}{% endblock %} {% block extra_meta %} {% if site_url %} {% if og_image_url %} {% endif %} {% endif %} {% endblock %} {% block search_mini %}
{% endblock %} {% block content %}