{% extends "base.html.twig" %}{% block title %}Beat maker detail{% endblock %}{% block bodyClass %}rappersBody{% endblock %}{% import "components/profileMacros.html.twig" as profileMacros %}{% block body %} <section id="profile" class="profile" style="background-color: #eee;"> <div class="container py-5"> {{ profileMacros.renderProfilePage('authorProfile',null, author.client, author,null,null,mostFavoriteBeats) }} </div> </section>{% endblock %}