bridgy-fed/templates/followers.html

16 wiersze
305 B
HTML

{% extends "base.html" %}
{% block title %}{{ g.user.handle_or_id() }}'s followers - Bridgy Fed{% endblock %}
{% block content %}
{% include "user_addresses.html" %}
<div class="row big">Followers</div>
{% with page_name="followers" %}
{% include "_followers.html" %}
{% endwith %}
{% endblock %}