It would be nice to be able to refer to a set "static" folder as a variable instead of having to keep track of a specific URL that might need to be changed if static media gets moved to a CDN later on.
For example, this:
<script src="{static_media}/js/jquery-1.4.min.js"></script>
Instead of this:
<script src="/static/js/jquery-1.4.min.js"></script>