audreyfeldroy / complexity

A refreshingly simple static site generator, for those who like to work in HTML.
Other
118 stars 32 forks source link

Support for {% block.super %} #35

Open kevbo opened 10 years ago

kevbo commented 10 years ago

One of the nice features from Django's templating is the ability to add to an existing block (instead of overwriting it). It would be nice if this support was also built into Complexity.

kevbo commented 10 years ago

Oops, sorry, that should actually be: {{ block.super }}