diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-06-16 17:35:28 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-06-16 17:35:28 +0200 |
commit | d5265bb9ae3cd188b72573b34e908c35c74903f9 (patch) | |
tree | d80c4dca6ff3fbf415d8e59b8ba662e40fca3d87 /examples/layout | |
parent | 2fde112c0033ec57bb7f5d7830f6e31021afd740 (diff) | |
download | zorglub-d5265bb9ae3cd188b72573b34e908c35c74903f9.zip zorglub-d5265bb9ae3cd188b72573b34e908c35c74903f9.tar.gz |
add example haml files
Diffstat (limited to 'examples/layout')
-rw-r--r-- | examples/layout/default.haml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/layout/default.haml b/examples/layout/default.haml new file mode 100644 index 0000000..9c84f4d --- /dev/null +++ b/examples/layout/default.haml @@ -0,0 +1,4 @@ +%h1=@title +%p="xx -- xx" +%p=@content +%p="xx -- xx" |