<%= content_tag(:h1, question.text ) %>
<% question.answers.each do |quest| %>
<%= raw quest.text %>
<% end %>
% set_meta_tags description: @question.preview, canonical: ENV['official_government_long_url'].to_s + request.fullpath title: [@question.text] %>
<%= notice %>