ace/example/layouts/tag.html.haml
Jakub Šťastný aka Botanicus 4cc4e303ab Initial import
2010-10-20 14:42:17 +01:00

6 lines
137 B
Plaintext

- extends "base.html"
- block(:body) do
%h1 My Coooooool Bloogiiiiseeeeek!
- item.content.each do |post|
= post.metadata[:title]