I am trying to make a very simple Rails program and have a problem. I try to make a home.html.erb file, and here is my code
I am very sorry I can not upload the code because it was too long.
My problem is, when I tried to open the page
http://localhost:3000/
it said that I had the problem
app/views/pages/home.html.erb:24: syntax error, unexpected end-of-input, expecting end
But I think that I have enough </div>, so I still do not know why I have that problem?
Could you please help me solve this problem?

%- it should be<% end %>instead of<%end>. - Marek Lipka</div>etc. - Marek Lipka