{{ post.title }}
{% if post.markdown_url %}
.md
{% endif %}
{% if post.translation_url %}
🌐 {% if post.language == 'ja' %}English{% else %}日本語{% endif %}
{% endif %}
{% if post.extra and post.extra.type == "ai" %}
{{ post.content | safe }}
{% elif not post.extra or not post.extra.type or post.extra.type != "ai" %}
{{ post.content | safe }}
{% endif %}
{% if not post.extra or not post.extra.type or post.extra.type != "ai" %}
{% endif %}