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