diff options
Diffstat (limited to 'examples/layout/default.haml')
-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" |