mixin renderSectionTitle (title, barButton, options) - options = Object.assign({ withBorder: true }, options); div(class= options.withBorder ? 'dtp-border-bottom' : 'uk-margin-small') div(uk-grid).uk-grid-small.uk-flex-middle .uk-width-expand h4.uk-margin-small= title if barButton .uk-width-auto a(href= barButton.url, title= barButton.title).uk-button.uk-button-link.uk-button-small= barButton.label