# include header.html # if posts.empty?

No posts yet

# end # for post in posts

{{ post.title }}

{{ post.author_email || 'No Email' }}

{{ post.content }}

# end # 3.times do |n|

Hello World {{ n }}

# end # include partial.html for post in posts # include footer.html