{% extends "core/base.html" %} {% load lyric_extras %} {% block title_text %}Billbuds{% endblock title_text %} {% block header_text %}Billbuds{% endblock header_text %} {% block content %}
{% include "apps/applets/_partials/_applet-list-shell.html" with shell_title="My Buds" shell_list_id="id_buds_list" shell_items=buds shell_item_template="apps/billboard/_partials/_my_buds_item.html" shell_empty="No buds yet." %}
{# Bud btn (bottom-left) + slide-out add-bud panel — async POST to add_bud. #} {% include "apps/billboard/_partials/_bud_add_panel.html" %} {% endblock content %}