I would like to comment this with a line
{% if something.property %}
<table>
<tr>...
{% # this is a comment %}
{% if something.property %}
<table>
<tr>...
|
I would like to comment this with a line
|
|||
|
|
|
As answer by Miles,
|
|||
|
|
|
http://www.google.com/search?q=django+template+comment First result: http://docs.djangoproject.com/en/dev/ref/templates/builtins/
Van Gale and mipadi's answers can be found in the second result: http://docs.djangoproject.com/en/dev/topics/templates/ |
||||
|
|
|
Using the
|
|||
|
|