diff options
Diffstat (limited to 'examples/layout')
-rw-r--r-- | examples/layout/css.haml | 5 | ||||
-rw-r--r-- | examples/layout/default.haml | 2 | ||||
-rw-r--r-- | examples/layout/other.haml | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/examples/layout/css.haml b/examples/layout/css.haml new file mode 100644 index 0000000..c9e35db --- /dev/null +++ b/examples/layout/css.haml @@ -0,0 +1,5 @@ +%h1=@title +%p="xx <b>css</b> layout xx" +%p="Css #{css.inspect}" +%p=@content +%p="xx -- xx" diff --git a/examples/layout/default.haml b/examples/layout/default.haml index 9c84f4d..6af5e38 100644 --- a/examples/layout/default.haml +++ b/examples/layout/default.haml @@ -1,4 +1,4 @@ %h1=@title -%p="xx -- xx" +%p="xx <b>default</b> layout xx" %p=@content %p="xx -- xx" diff --git a/examples/layout/other.haml b/examples/layout/other.haml index ac6f300..601b305 100644 --- a/examples/layout/other.haml +++ b/examples/layout/other.haml @@ -1,4 +1,4 @@ %h1=@title -%p="xx - OTHER - xx" +%p="xx <b>other</b> layout - xx" %p=@content -%p="xx - OTHER - xx" +%p="xx -- xx" |