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