{{ post.title }}
                {% if post.markdown_url %}
                
                    Markdown
                
                {% endif %}
                {% if post.translation_url %}
                
                    🌐 {% if post.language == 'ja' %}English{% else %}日本語{% endif %}
                
                {% endif %}
            
        
            {{ post.content | safe }}