<%= exercise.description_html %>
<% if exercise.hint.present? %> <%= fa_icon 'lightbulb', type: :regular %> <%= t :need_a_hint %>

<%= exercise.hint_html %>

<% end %>