/{{ post.board }}/{{ post.id }}
{% if let Some(file) = post.files.0.get(0) %}
{% else %}
[Link]
{% endif %}
R: {{ post.replies }} / P: {{ index|get_page(page_size) }}
{% if post.sticky %}
{% endif %}
{% if post.locked %}
{% endif %}
{{ post.content|add_yous(post.board, tcx.yous)|safe }}
{% endmacro %}