Icon
{{ render_icon('heart') }}Output:
Icon with custom size
{{ render_icon('heart', 32) }}Output:
Icon with custom size and Bootstrap color
{{ render_icon('heart', 25, 'primary') }}Output:
Icon with custom size and custom color
{{ render_icon('heart', '2em', 'red') }}Output:
Icon with title and descr
{{ render_icon('heart', title='Heart', desc='A heart.') }}Output: