{% for css_file in css_files %} {% endfor %}

{{ title }}

{% if subtitle %}
{{ subtitle }}
{% endif %} {% if author or date %}
{% if author %}由 {{ author }} 撰写{% endif %} {% if author and date %} · {% endif %} {% if date %}{{ date }}{% endif %}
{% endif %}
{{ content }}
{% for js_file in js_files %} {% endfor %}