blog_entry template with liquid

Forums > Book - Chapter 12 > blog_entry template with liquid

Login to post a new topic

Author Message
pathfinder
Member since 29 Dec 18:23
0 posts

I used the sample template from the book for my blog_entry template here on railscoders.net and it gives error:
SyntaxError in EntriesController#show
Tag ‘ {% for comment in comments % }


’ was not properly terminated with regexp: /\%\}/

The blog_index template works fine. Anybody else notice?