Skip to content

Prerendered attributes #19

@OnkelTem

Description

@OnkelTem

I need to generate this PHP output:

<body class="<?php print $classes; ?>" <?php print $attributes;?>>

which seems currently impossible to achieve with canonical jade syntax, so I used this workaround as a temporarily solution:

body(class=body_classes, "<?php print $attributes?>")

Ideas?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions