diff options
Diffstat (limited to 'example/layout/default.haml')
-rw-r--r-- | example/layout/default.haml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/example/layout/default.haml b/example/layout/default.haml new file mode 100644 index 0000000..8df684f --- /dev/null +++ b/example/layout/default.haml @@ -0,0 +1,5 @@ +%h1=@title +%p="xx <b>default</b> layout xx" +%p="count #{Zorglub::Node.count}" +%p=@content +%p="xx -- xx" |