{% include "activities/_reply.html" %}
        {% include "activities/_like.html" %}
        {% include "activities/_boost.html" %}
        
            
        
        
    
    {% endif %}
    
        {{ post.author.html_name_or_handle }} @{{ post.author.handle }}
    
    {% if post.summary %}
        
            {{ post.summary }}
        
    {% endif %}
    
        {{ post.safe_content_local }}
        {% if post.attachments.exists %}
          
        {% endif %}
    
    {% if post.edited %}
    
        Edited {{ post.edited | timedeltashort }} ago
    
    {% endif %}