bridgy-fed/templates/following.html

14 wiersze
263 B
HTML

{% extends "base.html" %}
{% block title %}{{ domain }}'s following - Bridgy Fed{% endblock %}
{% block content %}
<div class="row big">
<a href="/user/{{ domain }}">🌐 {{ domain }}</a> is following:
</div>
{% include "_followers.html" %}
{% endblock %}