Compacting/minifying dynamic html

前端 未结 6 1170
梦如初夏
梦如初夏 2021-01-04 12:21

I am using django templating, and for readability I have html that looks similar to the following:

{% if some_variable %}
    text
{% else %}
    nothing exi         


        
6条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-04 12:32

    django-htmlmin package is a awesome, it provides a lot of control and features moreover it supports HTML 5.

提交回复
热议问题