Back Showing posts tagged #{{ request.path_params.tag }}
{% endif %} {% if objects %}
{% for outbox_object in objects %}
{% if outbox_object.ap_type in ["Note", "Video", "Question"] %}
{{ utils.display_object(outbox_object) }}
{% elif outbox_object.ap_type == "Announce" %}
{% endif %}
{% endfor %}
{% if has_previous_page or has_next_page %}
{% endif %}
{% else %}
{{ utils.display_object(outbox_object.relates_to_anybox_object, is_h_entry=False) }}
Nothing to see here yet!