6 lines
80 B
Text
6 lines
80 B
Text
|
- extends "base.html"
|
||
|
|
||
|
- Post.each do |post|
|
||
|
%h2= post.title
|
||
|
= post.excerpt
|