|
2 |
edited tags
|
||
|
1 |
|
||
Does Django have HTML helpers?Does Django have any template tags to generate common HTML markup? For example, I know that I can get a url using
But that only gives me the URL and not the HTML code to create the link. Does Django have anything similar to Rails' link_to helper? I found django-helpers but since this is a common thing I thought Django would have something built-in.
|
||||
