i want to apply volt,output filters the elements like |e,|striptags etc....how can i do this at the time of rendering the elements
<div class="form-group" style="width:20%;text-align:center;">
{{ element.label() }}
{{ element.render(['class': 'form-control']) }}
</div>