def Section(title, *args): return Div( HTML(f'<h4 class="padtopmore padbottom">{title}</h4>'), *args )