moviewyrm/bookwyrm/templates/get_started/users.html
2021-03-31 14:53:15 -07:00

11 lines
262 B
HTML

{% extends 'get_started/layout.html' %}
{% load i18n %}
{% block panel %}
<div class="block">
<h2 class="title is-4">{% trans "Who to follow" %}</h2>
{% include 'feed/suggested_users.html' with suggested_users=suggested_users %}
</div>
{% endblock %}