diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-06-17 08:44:41 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-06-17 08:44:41 +0200 |
commit | a190b0c594a5636506984bb30da1f06fe64513cc (patch) | |
tree | 5ec70bb15888d2d48b830c270e016103c72ab5c5 /examples/layout/other.haml | |
parent | 2c9a2b8f5d22f8e9cbfbfd2894fc5cfe730f9a41 (diff) | |
download | zorglub-a190b0c594a5636506984bb30da1f06fe64513cc.zip zorglub-a190b0c594a5636506984bb30da1f06fe64513cc.tar.gz |
update examples/**/*
Diffstat (limited to 'examples/layout/other.haml')
-rw-r--r-- | examples/layout/other.haml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/layout/other.haml b/examples/layout/other.haml new file mode 100644 index 0000000..ac6f300 --- /dev/null +++ b/examples/layout/other.haml @@ -0,0 +1,4 @@ +%h1=@title +%p="xx - OTHER - xx" +%p=@content +%p="xx - OTHER - xx" |