You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Strictly less than or equal to 80 characters, unless any of these applies:
it is impossible to break the line up to below 80 characters
it looks uglier than before you trim it down to 80 characters
Note that the Python coding convention dictates a line length of at most 79 characters, so it is advised that you follow the 79-character rule for HTML as well.
Django Tags
one space inside each side of the tags: {{ variable_name }}
no spaces between filters: {{ variable_name|striptags|escape }}
control operators (e.g. for, if) indent inside even if the resultant html file is incorrectly aligned, i.e.