Carefully for commenting HTMLs in FLASK or Django

  • Flask and Djanog use Jinja strategy to embed variables in HTMLs, i.e. { % variable %}.
  • Commenting these lines with will not affect these variables. Thus, careful with that. Determining in advance when using commenting or deleting