ace/example/content/index.html.haml

6 lines
80 B
Plaintext
Raw Normal View History

2010-10-20 15:42:17 +02:00
- extends "base.html"
- Post.each do |post|
%h2= post.title
= post.excerpt