bridgy-fed/templates/following.html

14 wiersze
257 B
HTML

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