Does Django have any template tags to generate common HTML markup? For example, I know that I can get a url using
{% url mapper.views.foo %}
Bu
This won't answer directly to the question, but why not using foo in template then?
foo