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
We should stick with the Django Templating Language to keep our template code simple and easy to understand.
Our current usage of macros could be carried over to Django templates in order to stick with the standard. @jerbob has mentioned that we could probably go with the include function here to reuse the HTML.
The text was updated successfully, but these errors were encountered:
We should stick with the Django Templating Language to keep our template code simple and easy to understand.
Our current usage of macros could be carried over to Django templates in order to stick with the standard. @jerbob has mentioned that we could probably go with the
include
function here to reuse the HTML.The text was updated successfully, but these errors were encountered: