<%= exercise.description_html %>
<% if exercise.hint.present? %> <%= fa_icon 'lightbulb-o' %> <%= t :need_a_hint %>

<%= exercise.hint_html %>

<% end %>