<%def name="panel(title='', category='default', class_='')">
%if title or hasattr(caller, 'title'):

%if title: ${title} %else: ${caller.title()} %endif

%endif
${caller.body()}