mikeboers / PyHAML

Pythonic implementation of HAML, cross compiling to Mako template syntax.
BSD 3-Clause "New" or "Revised" License
97 stars 13 forks source link

Incorrect Mixin Syntax #17

Closed mikeboers closed 12 years ago

mikeboers commented 12 years ago

Mixins should be defined with "=", not "@".

mikeboers commented 12 years ago

Turns out that = is used in Haml. Durr.