kopia lustrzana https://github.com/snarfed/bridgy-fed
16 wiersze
290 B
HTML
16 wiersze
290 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}{{ domain }}'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 %}
|