{% extends "base.html" %} {% load humanize %} {% load sanitizer %} {% load taglinks %} {% block title %} Brutaldon - {{ timeline }} timelime {% endblock %} {% block content %}
{% if not fullbrutalism %}
{% else %}
{{ user.note | relink_toot | strip_html | safe }}

{% for toot in toots %} {% if toot.reblog %} {% include "main/toot_partial.html" with toot=toot.reblog reblog=True reblog_by=toot.account.acct reblog_icon=toot.account.avatar %} {% else %} {% include "main/toot_partial.html" with toot=toot reblog=False %} {% endif %} {% endfor %} {% endblock %}