I assume you're using rails. If so, you should be using layouts for keeping
the "surrounding concerns" together. The approach you're trying to take is
an error-prone one and haml discourages it by making it impossible.

chris

On Thu, Jan 21, 2010 at 1:04 PM, Michael Narciso <[email protected]> wrote:

> Is there a way to tell HAML to leave a tag open?
>
> For example I have 2 partial files, a header and a footer. If I use
> HAML on the header it will automatically close <HTML> and <BODY> in
> the header file.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Haml" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected] <haml%[email protected]>.
> For more options, visit this group at
> http://groups.google.com/group/haml?hl=en.
>
>
>
>
--
You received this message because you are subscribed to the Google Groups "Haml" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/haml?hl=en.

Reply via email to