Initial import

This commit is contained in:
Jakub Šťastný aka Botanicus 2010-10-20 14:42:17 +01:00
commit 4cc4e303ab
44 changed files with 691 additions and 0 deletions

View file

@ -0,0 +1,5 @@
!!!
%html
%head
%body
#main= block(:body)

View file

@ -0,0 +1,5 @@
- extends "base.html"
- block(:body) do
%h1 My Coooooool Bloogiiiiseeeeek!
= item.content

View file

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